summaryrefslogtreecommitdiff
path: root/libavutil/log.c
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-04-17 00:04:47 +0200
committerMarton Balint <cus@passwd.hu>2020-04-17 00:08:56 +0200
commitd1e52e396b8aa778bd8d12bf25864beca0937d0a (patch)
tree3d5458d17dc83d4b3ccf45bba72bf783a0e8384f /libavutil/log.c
parent2a118a71cfe5fe59655585484b09dbe4b3799531 (diff)
avutil/log: update text requesting samples
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavutil/log.c')
-rw-r--r--libavutil/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/log.c b/libavutil/log.c
index 8d4945249e..66defa9c42 100644
--- a/libavutil/log.c
+++ b/libavutil/log.c
@@ -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");
}