diff options
author | Andriy Gelman <andriy.gelman@gmail.com> | 2020-05-10 15:01:35 -0400 |
---|---|---|
committer | Andriy Gelman <andriy.gelman@gmail.com> | 2020-06-01 14:39:52 -0400 |
commit | 6cd198860d6f63d53c9d25fec1e0650c3ae6a9da (patch) | |
tree | f363932befb59314a25c71780d29e835e629837f /fftools/ffmpeg.c | |
parent | 0842fd2c25c050e595083ba1e8c5176da3d55c9b (diff) | |
download | ffmpeg-6cd198860d6f63d53c9d25fec1e0650c3ae6a9da.tar.gz |
fftools/ffmpeg: update text requesting samples
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
Reviewed-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'fftools/ffmpeg.c')
-rw-r--r-- | fftools/ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |