|
|
@ -2370,7 +2370,7 @@ static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output, int64_ |
|
|
|
av_log(ist->dec_ctx, AV_LOG_WARNING, |
|
|
|
av_log(ist->dec_ctx, AV_LOG_WARNING, |
|
|
|
"video_delay is larger in decoder than demuxer %d > %d.\n" |
|
|
|
"video_delay is larger in decoder than demuxer %d > %d.\n" |
|
|
|
"If you want to help, upload a sample " |
|
|
|
"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", |
|
|
|
"and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n", |
|
|
|
ist->dec_ctx->has_b_frames, |
|
|
|
ist->dec_ctx->has_b_frames, |
|
|
|
ist->st->codecpar->video_delay); |
|
|
|
ist->st->codecpar->video_delay); |
|
|
|