diff --git a/libavcodec/proresenc_kostya.c b/libavcodec/proresenc_kostya.c index fb9bf4ae8f..ab56820911 100644 --- a/libavcodec/proresenc_kostya.c +++ b/libavcodec/proresenc_kostya.c @@ -1254,7 +1254,7 @@ static av_cold int encode_init(AVCodecContext *avctx) + 200; if (ctx->alpha_bits) { - // alpha plane is run-coded and might run over bit budget + // The alpha plane is run-coded and might exceed the bit budget. ctx->frame_size_upper_bound += ctx->pictures_per_frame * ctx->slices_per_picture * /* num pixels per slice */ (ctx->mbs_per_slice * 256 *