[xiph-cvs] cvs commit: vorbis/lib bitrate.c

Monty xiphmont at xiph.org
Sun Dec 23 03:54:50 PST 2001



xiphmont    01/12/23 03:54:50

  Modified:    lib      bitrate.c
  Log:
  kill a fprintf

Revision  Changes    Path
1.9       +1 -3      vorbis/lib/bitrate.c

Index: bitrate.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/bitrate.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bitrate.c	2001/12/23 11:53:52	1.8
+++ bitrate.c	2001/12/23 11:54:49	1.9
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: bitrate tracking and management
- last mod: $Id: bitrate.c,v 1.8 2001/12/23 11:53:52 xiphmont Exp $
+ last mod: $Id: bitrate.c,v 1.9 2001/12/23 11:54:49 xiphmont Exp $
 
  ********************************************************************/
 
@@ -317,8 +317,6 @@
         
         bm->avgfloat=new;
 
-	fprintf(stderr,"%d float: %f\n",bm->avg_center,new);
-	
         /* apply the average floater to new blocks */
         bin=bm->avgfloat*(BITTRACK_DIVISOR<<BITTRACK_BPT);
         

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list