diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-03 22:56:07 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-03 22:56:07 +0000 |
commit | abf2dc9c9a828c9570f9f263c92004a3350c069e (patch) | |
tree | 1c3f42f6133c5bd7464432cb0a7db747e54d6a65 /libavformat/avi.h | |
parent | 22f8654776e34d3effb75beae5e8d33f36adc3c6 (diff) | |
download | ffmpeg-abf2dc9c9a828c9570f9f263c92004a3350c069e.tar.gz |
avi.h does not use anything from avcodec.h.
Originally committed as revision 12305 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avi.h')
-rw-r--r-- | libavformat/avi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avi.h b/libavformat/avi.h index 2c360689bf..3d3dd549ff 100644 --- a/libavformat/avi.h +++ b/libavformat/avi.h @@ -21,8 +21,6 @@ #ifndef FFMPEG_AVI_H #define FFMPEG_AVI_H -#include "avcodec.h" - #define AVIF_HASINDEX 0x00000010 // Index at end of file? #define AVIF_MUSTUSEINDEX 0x00000020 #define AVIF_ISINTERLEAVED 0x00000100 |