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 17:35:09 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-03 17:58:27 +0400
commit3e7b4b9fbd463b06e1fe6353b15fb62e3d9c18cd (patch)
treede1b45902a0cba5dee855229f92dd5cfb447090f /libavcodec/utils.c
parent768ef0f19e4f553a307f4b5e16d252a32d5dd8d3 (diff)
Add direct link to ML in missing_feature_sample()
Reviewed-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 565e2ffa58..622298d056 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -3367,7 +3367,7 @@ void av_log_ask_for_sample(void *avc, const char *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/ "
- "and contact the ffmpeg-devel mailing list.\n");
+ "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
va_end(argument_list);
}