[FFmpeg-devel] [PATCH] avutil/log: update text requesting samples
Marton Balint
cus at passwd.hu
Sat Apr 4 20:25:44 EEST 2020
Signed-off-by: Marton Balint <cus at passwd.hu>
---
libavutil/log.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavutil/log.c b/libavutil/log.c
index 8d4945249e..a0b2348bd5 100644
--- a/libavutil/log.c
+++ b/libavutil/log.c
@@ -466,9 +466,9 @@ static void missing_feature_sample(int sample, void *avc, const char *msg,
"occurs, it means that your file has a feature which has not "
"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/ "
- "and contact the ffmpeg-devel mailing list. (ffmpeg-devel at ffmpeg.org)\n");
+ av_log(avc, AV_LOG_WARNING, "If you want to help, open an enhancement "
+ "ticket on https://trac.ffmpeg.org/ and upload a sample of this "
+ "file to https://streams.videolan.org/upload/\n");
}
void avpriv_request_sample(void *avc, const char *msg, ...)
--
2.16.4
More information about the ffmpeg-devel
mailing list