diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-25 15:49:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-25 15:49:02 +0000 |
commit | ddaf298cee875364dc65f9b87c085a7ff04bea1f (patch) | |
tree | 91d6fe04f74d219bb7e5ae9e08660dced4b3a62f /libavcodec/svq3.c | |
parent | bb0bfcd5acc8dbe550d493d049e19404c2b2d9c0 (diff) | |
download | ffmpeg-ddaf298cee875364dc65f9b87c085a7ff04bea1f.tar.gz |
Fix sample URL.
Originally committed as revision 16309 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r-- | libavcodec/svq3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 20512253df..f438ba8262 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -37,7 +37,7 @@ * * You will know you have these parameters passed correctly when the decoder * correctly decodes this file: - * ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov + * http://samples.mplayerhq.hu/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov */ #ifdef CONFIG_ZLIB |