changeset 8460:5b3c90656fdf libavcodec

Change mplayerhq.hu references to ffmpeg.org where appropriate.
author diego
date Thu, 25 Dec 2008 15:49:50 +0000
parents 8263a5bf47e5
children 11307ea31e57
files mlpdec.c utils.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mlpdec.c	Thu Dec 25 15:49:02 2008 +0000
+++ b/mlpdec.c	Thu Dec 25 15:49:50 2008 +0000
@@ -40,7 +40,7 @@
 
 static const char* sample_message =
     "Please file a bug report following the instructions at "
-    "http://ffmpeg.mplayerhq.hu/bugreports.html and include "
+    "http://ffmpeg.org/bugreports.html and include "
     "a sample of this file.";
 
 typedef struct SubStream {
--- a/utils.c	Thu Dec 25 15:49:02 2008 +0000
+++ b/utils.c	Thu Dec 25 15:49:50 2008 +0000
@@ -1518,7 +1518,7 @@
             "been implemented.", feature);
     if(want_sample)
         av_log(avc, AV_LOG_WARNING, " If you want to help, upload a sample "
-                "of this file to ftp://upload.mplayerhq.hu/MPlayer/incoming/ "
+                "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
                 "and contact the FFmpeg-devel mailing list.");
     av_log(avc, AV_LOG_WARNING, "\n");
 }