[FFmpeg-cvslog] Replace mplayerhq.hu URLs by libav.org.

Diego Biurrun git at videolan.org
Tue Apr 19 02:12:56 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Apr 17 20:13:59 2011 +0200| [f0a41afd8a37ebe972436fabfa3d289178bbd83b] | committer: Diego Biurrun

Replace mplayerhq.hu URLs by libav.org.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f0a41afd8a37ebe972436fabfa3d289178bbd83b
---

 libavcodec/nellymoserenc.c |    2 +-
 libavcodec/svq3.c          |    2 +-
 libavcodec/utils.c         |    2 +-
 libavformat/flic.c         |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libavcodec/nellymoserenc.c b/libavcodec/nellymoserenc.c
index 586443d..676e306 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 5886713..50c5d22 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 8575388..6d31254 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");
 }
 
diff --git a/libavformat/flic.c b/libavformat/flic.c
index 4b59398..fcdf4c8 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;



More information about the ffmpeg-cvslog mailing list