new ectl calls for lowpass and impulse block tweaking
[platform/upstream/libvorbis.git] / lib / bitrate.c
index f8117b9..05be946 100644 (file)
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: bitrate tracking and management
- last mod: $Id: bitrate.c,v 1.14 2002/06/30 08:31:00 xiphmont Exp $
+ last mod: $Id: bitrate.c,v 1.15 2002/07/01 11:20:10 xiphmont Exp $
 
  ********************************************************************/
 
@@ -293,7 +293,7 @@ int vorbis_bitrate_addblock(vorbis_block *vb){
        /* apply the average floater to new blocks */
        bin=rint(bm->avgfloat);
 
-       fprintf(stderr,"%d ",bin);
+       /*fprintf(stderr,"%d ",bin);*/
 
        
        while(bm->avg_centeracc>desired_center){