diff options
author | Falk Hüffner <mellum@users.sourceforge.net> | 2003-05-24 18:48:30 +0000 |
---|---|---|
committer | Falk Hüffner <mellum@users.sourceforge.net> | 2003-05-24 18:48:30 +0000 |
commit | 4cfbf61bf173e303e253d95717d5038c8c8c529c (patch) | |
tree | 329da6e4dd478648a38326868adf19d0758aeb5c /libavcodec/indeo3.c | |
parent | f184683552090cc9d38a7b1c8d27bb348a2ef7b4 (diff) | |
download | ffmpeg-4cfbf61bf173e303e253d95717d5038c8c8c529c.tar.gz |
Warning and compatibility fixes.
Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r-- | libavcodec/indeo3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index 327b24d0da..0cf4118420 100644 --- a/libavcodec/indeo3.c +++ b/libavcodec/indeo3.c @@ -26,7 +26,6 @@ #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" -#include "bswap.h" #include "indeo3data.h" |