1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

svq3: remove unused include

Originally committed as revision 15709 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs
2008-10-25 17:17:08 +00:00
parent 9b0d44ef67
commit bee764ec6b

View File

@@ -40,10 +40,6 @@
* ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov * ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov
*/ */
#ifdef CONFIG_ZLIB
#include <zlib.h>
#endif
/** /**
* @file svq3.c * @file svq3.c
* svq3 decoder. * svq3 decoder.