X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Flog.c;h=cee7cef40ea16fbeae9221c19136c349742d1e97;hb=3e7b4b9fbd463b06e1fe6353b15fb62e3d9c18cd;hp=cc51cc01330aafdae74cb178ea9d0868e6676581;hpb=6b9cbc9a1164988b3517f4f160f7937e1644cdc3;p=ffmpeg diff --git a/libavutil/log.c b/libavutil/log.c index cc51cc01330..cee7cef40ea 100644 --- a/libavutil/log.c +++ b/libavutil/log.c @@ -396,7 +396,7 @@ static void missing_feature_sample(int sample, void *avc, const char *msg, if (sample) 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"); } void avpriv_request_sample(void *avc, const char *msg, ...)