Mercurial > libavcodec.hg
changeset 463:ba3e863aa316 libavcodec
10l found&patch by D Richard Felker III <dalias at aerifal.cx>
author | michaelni |
---|---|
date | Sun, 02 Jun 2002 15:49:21 +0000 |
parents | 3fdd0627f6bd |
children | 9b73bce5071a |
files | ratecontrol.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ratecontrol.c Sun Jun 02 15:31:30 2002 +0000 +++ b/ratecontrol.c Sun Jun 02 15:49:21 2002 +0000 @@ -342,7 +342,7 @@ q= 1/((1/avg_quantizer[pict_type] - 1/short_term_q)*s->qcompress + 1/short_term_q); if (q<qmin) q=qmin; else if(q>qmax) q=qmax; -printf("lq:%f, sq:%f t:%f q:%f\n", avg_quantizer[rce->pict_type], short_term_q, bits_left, q); +//printf("lq:%f, sq:%f t:%f q:%f\n", avg_quantizer[rce->pict_type], short_term_q, bits_left, q); rce->new_qscale= q; }