The internal header libavutil/internal.h should not be used outside libavutil.
authorDiego Biurrun <diego@biurrun.de>
Thu, 11 Jun 2009 20:18:29 +0000 (20:18 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 11 Jun 2009 20:18:29 +0000 (20:18 +0000)
Originally committed as revision 19157 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/aac.h
libavcodec/ac3dec.h

index fb84c59..95adcb3 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef AVCODEC_AAC_H
 #define AVCODEC_AAC_H
 
-#include "libavutil/internal.h"
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpeg4audio.h"
index 26c3f81..38c2deb 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef AVCODEC_AC3DEC_H
 #define AVCODEC_AC3DEC_H
 
-#include "libavutil/internal.h"
 #include "libavutil/lfg.h"
 #include "ac3.h"
 #include "get_bits.h"