Correct comment

This commit is contained in:
Paul Wilkins 2010-06-08 09:59:57 +01:00
parent 28de670cd9
commit 6702a4047d

View File

@ -1364,8 +1364,7 @@ int vp8_regulate_q(VP8_COMP *cpi, int target_bits_per_frame)
if (cpi->zbin_over_quant > zbin_oqmax)
cpi->zbin_over_quant = zbin_oqmax;
// Each over-run step is assumed to equate to approximately
// 3% reduction in bitrate
// Adjust bits_per_mb_at_this_q estimate
bits_per_mb_at_this_q = (int)(Factor * bits_per_mb_at_this_q);
Factor += factor_adjustment;