comparison svq3.c @ 8059:e7e67a20ff4d libavcodec

svq3: remove unused include
author aurel
date Sat, 25 Oct 2008 17:17:08 +0000
parents 086563096ac5
children 94fa05bc0390
comparison
equal deleted inserted replaced
8058:509a7681c284 8059:e7e67a20ff4d
38 * You will know you have these parameters passed correctly when the decoder 38 * You will know you have these parameters passed correctly when the decoder
39 * correctly decodes this file: 39 * correctly decodes this file:
40 * ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov 40 * ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov
41 */ 41 */
42 42
43 #ifdef CONFIG_ZLIB
44 #include <zlib.h>
45 #endif
46
47 /** 43 /**
48 * @file svq3.c 44 * @file svq3.c
49 * svq3 decoder. 45 * svq3 decoder.
50 */ 46 */
51 47