Commit d1e52e39 authored by Marton Balint's avatar Marton Balint

avutil/log: update text requesting samples

Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent 2a118a71
...@@ -467,7 +467,7 @@ static void missing_feature_sample(int sample, void *avc, const char *msg, ...@@ -467,7 +467,7 @@ static void missing_feature_sample(int sample, void *avc, const char *msg,
"been implemented.\n"); "been implemented.\n");
if (sample) if (sample)
av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample " av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample "
"of this file to ftp://upload.ffmpeg.org/incoming/ " "of this file to https://streams.videolan.org/upload/ "
"and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n"); "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment