[xiph-cvs] cvs commit: theora/lib quant.c

Ralph Giles giles at xiph.org
Sat Mar 6 17:26:32 PST 2004



giles       04/03/06 20:26:31

  Modified:    lib      quant.c
  Log:
  remove a debug printout

Revision  Changes    Path
1.12      +1 -3      theora/lib/quant.c

Index: quant.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/quant.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- quant.c	5 Mar 2004 17:44:28 -0000	1.11
+++ quant.c	7 Mar 2004 01:26:31 -0000	1.12
@@ -11,11 +11,10 @@
  ********************************************************************
 
   function:
-  last mod: $Id: quant.c,v 1.11 2004/03/05 17:44:28 giles Exp $
+  last mod: $Id: quant.c,v 1.12 2004/03/07 01:26:31 giles Exp $
 
  ********************************************************************/
 
-#include <stdio.h>
 #include <string.h>
 #include "encoder_internal.h"
 #include "quant_lookup.h"
@@ -293,7 +292,6 @@
       /* explicitly coded */
       qi=0;
       index=oggpackB_read(opb, _ilog(N-1)); /* first index */
-      fprintf(stderr, " inter V index %d\n", index);
       while(qi<63) {
         range=oggpackB_read(opb, _ilog(63-qi)); /* range */
         if(range<=0) return OC_BADHEADER;

<p><p>--- >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