comparison svq3.c @ 8459:8263a5bf47e5 libavcodec

Fix sample URL.
author diego
date Thu, 25 Dec 2008 15:49:02 +0000
parents 10aed1a9444b
children 7a463923ecd1
comparison
equal deleted inserted replaced
8458:67b0e60022bf 8459:8263a5bf47e5
35 * buffer (which will be the same as the ImageDescription atom size field 35 * buffer (which will be the same as the ImageDescription atom size field
36 * from the QT file, minus 4 bytes since the length is missing) 36 * from the QT file, minus 4 bytes since the length is missing)
37 * 37 *
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 * http://samples.mplayerhq.hu/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov
41 */ 41 */
42 42
43 #ifdef CONFIG_ZLIB 43 #ifdef CONFIG_ZLIB
44 #include <zlib.h> 44 #include <zlib.h>
45 #endif 45 #endif