You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -1776,6 +1776,7 @@ vbv_retry:
|
|||||||
PutBitContext *pb = &s->thread_context[i]->pb;
|
PutBitContext *pb = &s->thread_context[i]->pb;
|
||||||
init_put_bits(pb, pb->buf, pb->buf_end - pb->buf);
|
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;
|
goto vbv_retry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user