X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Flog.c;h=2091316957734a5078cfff578175218969c0c957;hb=189ffeafd42371176a2150565c26c2c53cd20008;hp=cc51cc01330aafdae74cb178ea9d0868e6676581;hpb=4991eacc064f5edd3acba4ce0d9e0ce27cee2b42;p=ffmpeg diff --git a/libavutil/log.c b/libavutil/log.c index cc51cc01330..20913169577 100644 --- a/libavutil/log.c +++ b/libavutil/log.c @@ -395,8 +395,8 @@ static void missing_feature_sample(int sample, void *avc, const char *msg, "been implemented.\n"); 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"); + "of this file to ftp://upload.ffmpeg.org/incoming/ " + "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n"); } void avpriv_request_sample(void *avc, const char *msg, ...)