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

Monty xiphmont at xiph.org
Thu Nov 16 14:15:28 PST 2000



xiphmont    00/11/16 14:15:28

  Modified:    lib      analysis.c
  Log:
  Beer good.  printf BAAAD.

Revision  Changes    Path
1.39      +3 -3      vorbis/lib/analysis.c

Index: analysis.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/analysis.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- analysis.c	2000/11/14 00:05:30	1.38
+++ analysis.c	2000/11/16 22:15:28	1.39
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: single-block PCM analysis mode dispatch
- last mod: $Id: analysis.c,v 1.38 2000/11/14 00:05:30 xiphmont Exp $
+ last mod: $Id: analysis.c,v 1.39 2000/11/16 22:15:28 xiphmont Exp $
 
  ********************************************************************/
 
@@ -55,9 +55,9 @@
   if(vb->W){
     oggpack_write(&vb->opb,vb->lW,1);
     oggpack_write(&vb->opb,vb->nW,1);
-    fprintf(stderr,"*");
+    /*fprintf(stderr,"*");
   }else{
-    fprintf(stderr,".");
+  fprintf(stderr,".");*/
   }
 
   if((ret=_mapping_P[type]->forward(vb,b->mode[mode])))

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