summaryrefslogtreecommitdiff
path: root/fftools/cmdutils.c
diff options
context:
space:
mode:
authorAndriy Gelman <andriy.gelman@gmail.com>2020-05-10 15:01:35 -0400
committerAndriy Gelman <andriy.gelman@gmail.com>2020-06-01 14:39:52 -0400
commit6cd198860d6f63d53c9d25fec1e0650c3ae6a9da (patch)
treef363932befb59314a25c71780d29e835e629837f /fftools/cmdutils.c
parent0842fd2c25c050e595083ba1e8c5176da3d55c9b (diff)
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/cmdutils.c')
-rw-r--r--fftools/cmdutils.c2
1 files changed, 1 insertions, 1 deletions
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;