mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
avcodec/mpegvideo_enc: write a log message at verbose level if frame re-encoding occurs due to VBV
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4f4f08e6f0
commit
303fc9b368
@ -1776,6 +1776,7 @@ vbv_retry:
|
||||
PutBitContext *pb = &s->thread_context[i]->pb;
|
||||
init_put_bits(pb, pb->buf, pb->buf_end - pb->buf);
|
||||
}
|
||||
av_log(s->avctx, AV_LOG_VERBOSE, "reencoding frame due to VBV\n");
|
||||
goto vbv_retry;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user