comparison svq3.c @ 8067:8179f22a569e libavcodec

svq3 watermark code now needs zlib
author bcoudurier
date Sun, 26 Oct 2008 23:41:00 +0000
parents 94fa05bc0390
children 847bcb16028a
comparison
equal deleted inserted replaced
8066:94fa05bc0390 8067:8179f22a569e
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
43 /** 47 /**
44 * @file svq3.c 48 * @file svq3.c
45 * svq3 decoder. 49 * svq3 decoder.
46 */ 50 */
47 51