summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-04-17 20:13:59 +0200
committerDiego Biurrun <diego@biurrun.de>2011-04-18 18:23:16 +0200
commitf0a41afd8a37ebe972436fabfa3d289178bbd83b (patch)
treefdefa79a02eaa6eb1e7304ca647c653d70ae3040 /libavcodec/utils.c
parent0b5ae1fdd31ace06b507350128c6d15384e8f3df (diff)
Replace mplayerhq.hu URLs by libav.org.
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 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");
}