diff ratecontrol.c @ 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 295ce90742ff
children c0005de2be59
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;
         }