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:
authorMichael Niedermayer <michaelni@gmx.at>2014-06-03 18:03:44 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-03 18:03:44 +0400
commit2422a7ffe4415fdae0e617147759bb20c6772b64 (patch)
tree602dc0cb8c1c9635576ec33f90c6b72c7e9b920b /libavcodec/utils.c
parent3e7b4b9fbd463b06e1fe6353b15fb62e3d9c18cd (diff)
Loose mplayer in MPlayer/incoming/
Found-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 622298d056..f06d1a62cd 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -3366,7 +3366,7 @@ void av_log_ask_for_sample(void *avc, const char *msg, ...)
if (msg)
av_vlog(avc, AV_LOG_WARNING, msg, argument_list);
av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample "
- "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
+ "of this file to ftp://upload.ffmpeg.org/incoming/ "
"and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
va_end(argument_list);