From 6702a4047da8f99a54a4eae87059d6897ea55266 Mon Sep 17 00:00:00 2001 From: Paul Wilkins Date: Tue, 8 Jun 2010 09:59:57 +0100 Subject: Correct comment --- vp8/encoder/ratectrl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vp8/encoder') diff --git a/vp8/encoder/ratectrl.c b/vp8/encoder/ratectrl.c index d136bd2f4..944a2e832 100644 --- a/vp8/encoder/ratectrl.c +++ b/vp8/encoder/ratectrl.c @@ -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; -- cgit v1.2.3