comparison svq3.c @ 8027:086563096ac5 libavcodec

Include zlib.h as it is needed for watermark support, patch by baptiste based on reverse engineering work by chrono.
author michael
date Tue, 14 Oct 2008 20:42:54 +0000
parents 239547e8796e
children e7e67a20ff4d
comparison
equal deleted inserted replaced
8026:f693666fbf9f 8027:086563096ac5
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