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/svq1.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/svq1.c')
-rw-r--r-- | libavcodec/svq1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c index dbebde0f7d..507d7e2304 100644 --- a/libavcodec/svq1.c +++ b/libavcodec/svq1.c @@ -37,7 +37,6 @@ #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" -#include "bswap.h" #define bit_buffer_t GetBitContext static inline unsigned int get_bit_cache(GetBitContext *s){ |