mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Loose mplayer in MPlayer/incoming/
Found-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3e7b4b9fbd
commit
2422a7ffe4
2
ffmpeg.c
2
ffmpeg.c
@ -1866,7 +1866,7 @@ static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output)
|
||||
if (ist->st->codec->has_b_frames < ist->dec_ctx->has_b_frames) {
|
||||
av_log(ist->dec_ctx, AV_LOG_WARNING, "has_b_frames is larger in decoder than demuxer");
|
||||
av_log(ist->dec_ctx, AV_LOG_WARNING, "If you want to help, upload a sample "
|
||||
"of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
|
||||
"of this file to ftp://upload.ffmpeg.org/incoming/ "
|
||||
"and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
|
||||
}
|
||||
|
||||
|
@ -3366,7 +3366,7 @@ void av_log_ask_for_sample(void *avc, const char *msg, ...)
|
||||
if (msg)
|
||||
av_vlog(avc, AV_LOG_WARNING, msg, argument_list);
|
||||
av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample "
|
||||
"of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
|
||||
"of this file to ftp://upload.ffmpeg.org/incoming/ "
|
||||
"and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
|
||||
|
||||
va_end(argument_list);
|
||||
|
@ -395,7 +395,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/MPlayer/incoming/ "
|
||||
"of this file to ftp://upload.ffmpeg.org/incoming/ "
|
||||
"and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user