diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-17 20:13:59 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-18 18:23:16 +0200 |
commit | f0a41afd8a37ebe972436fabfa3d289178bbd83b (patch) | |
tree | fdefa79a02eaa6eb1e7304ca647c653d70ae3040 /libavformat/flic.c | |
parent | 0b5ae1fdd31ace06b507350128c6d15384e8f3df (diff) | |
download | ffmpeg-f0a41afd8a37ebe972436fabfa3d289178bbd83b.tar.gz |
Replace mplayerhq.hu URLs by libav.org.
Diffstat (limited to 'libavformat/flic.c')
-rw-r--r-- | libavformat/flic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/flic.c b/libavformat/flic.c index 4b59398222..fcdf4c8040 100644 --- a/libavformat/flic.c +++ b/libavformat/flic.c @@ -117,7 +117,7 @@ static int flic_read_header(AVFormatContext *s, if (!st->codec->width || !st->codec->height) { /* Ugly hack needed for the following sample: */ - /* http://samples.mplayerhq.hu/fli-flc/fli-bugs/specular.flc */ + /* http://samples.libav.org/fli-flc/fli-bugs/specular.flc */ av_log(s, AV_LOG_WARNING, "File with no specified width/height. Trying 640x480.\n"); st->codec->width = 640; |