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 /libavcodec | |
parent | 0b5ae1fdd31ace06b507350128c6d15384e8f3df (diff) | |
download | ffmpeg-f0a41afd8a37ebe972436fabfa3d289178bbd83b.tar.gz |
Replace mplayerhq.hu URLs by libav.org.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/nellymoserenc.c | 2 | ||||
-rw-r--r-- | libavcodec/svq3.c | 2 | ||||
-rw-r--r-- | libavcodec/utils.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/nellymoserenc.c b/libavcodec/nellymoserenc.c index 586443dd15..676e30670a 100644 --- a/libavcodec/nellymoserenc.c +++ b/libavcodec/nellymoserenc.c @@ -28,7 +28,7 @@ * * Generic codec information: libavcodec/nellymoserdec.c * - * Some information also from: http://samples.mplayerhq.hu/A-codecs/Nelly_Moser/ASAO/ASAO.zip + * Some information also from: http://samples.libav.org/A-codecs/Nelly_Moser/ASAO/ASAO.zip * (Copyright Joseph Artsimovich and UAB "DKD") * * for more information about nellymoser format, visit: diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 5886713b28..50c5d22fe4 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: - * http://samples.mplayerhq.hu/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov + * http://samples.libav.org/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov */ #include "internal.h" #include "dsputil.h" diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 857538868d..6d31254afb 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -1204,7 +1204,7 @@ void av_log_ask_for_sample(void *avc, const char *msg) if (msg) av_log(avc, AV_LOG_WARNING, "%s ", msg); av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample " - "of this file to ftp://upload.libav.org/MPlayer/incoming/ " + "of this file to ftp://upload.libav.org/incoming/ " "and contact the libav-devel mailing list.\n"); } |