Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-25 18:49:50 +0300
committerDiego Biurrun <diego@biurrun.de>2008-12-25 18:49:50 +0300
commit0fa5f24c3bb047d4aee52e968b94fb5d8699b8b3 (patch)
tree1e1c201e8d66574c6b34c08cecfd87ff89923f08 /libavcodec/utils.c
parentddaf298cee875364dc65f9b87c085a7ff04bea1f (diff)
Change mplayerhq.hu references to ffmpeg.org where appropriate.
Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index d31a5c7c24..37f23d5372 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1518,7 +1518,7 @@ void ff_log_missing_feature(void *avc, const char *feature, int want_sample)
"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");
}