From 6cd198860d6f63d53c9d25fec1e0650c3ae6a9da Mon Sep 17 00:00:00 2001 From: Andriy Gelman Date: Sun, 10 May 2020 15:01:35 -0400 Subject: fftools/ffmpeg: update text requesting samples Signed-off-by: Andriy Gelman Reviewed-by: Marton Balint --- fftools/cmdutils.c | 2 +- fftools/ffmpeg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'fftools') diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index dec18850d8..13567a777e 100644 --- a/fftools/cmdutils.c +++ b/fftools/cmdutils.c @@ -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; diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index de456df040..2e9448ea2b 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c @@ -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); -- cgit v1.2.3