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;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user