]> git.sesse.net Git - ffmpeg/commitdiff
fftools/ffmpeg: update text requesting samples
authorAndriy Gelman <andriy.gelman@gmail.com>
Sun, 10 May 2020 19:01:35 +0000 (15:01 -0400)
committerAndriy Gelman <andriy.gelman@gmail.com>
Mon, 1 Jun 2020 18:39:52 +0000 (14:39 -0400)
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
Reviewed-by: Marton Balint <cus@passwd.hu>
doc/developer.texi
fftools/cmdutils.c
fftools/ffmpeg.c

index 51e7299b1d86c0fe4ef20032e2a08b8754067301..b33cab0fc7e819f845a90845c617767ff02da966 100644 (file)
@@ -625,7 +625,7 @@ If the patch fixes a bug, did you provide a verbose analysis of the bug?
 If the patch fixes a bug, did you provide enough information, including
 a sample, so the bug can be reproduced and the fix can be verified?
 Note please do not attach samples >100k to mails but rather provide a
-URL, you can upload to ftp://upload.ffmpeg.org.
+URL, you can upload to @url{https://streams.videolan.org/upload/}.
 
 @item
 Did you provide a verbose summary about what the patch does change?
index dec18850d8c69da2fa57d54a8363b920b2da4b53..13567a777ec0934d47ef80ecdab1db796b54feb7 100644 (file)
@@ -2210,7 +2210,7 @@ double get_rotation(AVStream *st)
     if (fabs(theta - 90*round(theta/90)) > 2)
         av_log(NULL, AV_LOG_WARNING, "Odd rotation angle.\n"
                "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)");
 
     return theta;
index de456df040ea5238b9d082446950fa4ead2f40d1..2e9448ea2ba9c2acf9730d7548c7b04bc387cb51 100644 (file)
@@ -2370,7 +2370,7 @@ static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output, int64_
             av_log(ist->dec_ctx, AV_LOG_WARNING,
                    "video_delay is larger in decoder than demuxer %d > %d.\n"
                    "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",
                    ist->dec_ctx->has_b_frames,
                    ist->st->codecpar->video_delay);