]> git.sesse.net Git - ffmpeg/commitdiff
avutil/log: update text requesting samples
authorMarton Balint <cus@passwd.hu>
Thu, 16 Apr 2020 22:04:47 +0000 (00:04 +0200)
committerMarton Balint <cus@passwd.hu>
Thu, 16 Apr 2020 22:08:56 +0000 (00:08 +0200)
Signed-off-by: Marton Balint <cus@passwd.hu>
libavutil/log.c

index 8d4945249eb863ac9a1c1c5922db39925d285e3e..66defa9c424b5f8ca4351145266f4c445dced59b 100644 (file)
@@ -467,7 +467,7 @@ 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/incoming/ "
+               "of this file to https://streams.videolan.org/upload/ "
                "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
 }