[xiph-cvs] cvs commit: vorbis/lib block.c
Monty
xiphmont at xiph.org
Thu Mar 28 23:34:10 PST 2002
xiphmont 02/03/28 23:34:09
Modified: lib block.c
Log:
comment out the damn block indicator printout
Revision Changes Path
1.64 +5 -5 vorbis/lib/block.c
Index: block.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/block.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- block.c 2002/03/29 07:10:38 1.63
+++ block.c 2002/03/29 07:34:09 1.64
@@ -11,7 +11,7 @@
********************************************************************
function: PCM data vector blocking, windowing and dis/reassembly
- last mod: $Id: block.c,v 1.63 2002/03/29 07:10:38 xiphmont Exp $
+ last mod: $Id: block.c,v 1.64 2002/03/29 07:34:09 xiphmont Exp $
Handle windowing, overlap-add, etc of the PCM vectors. This is made
more amusing by Vorbis' current two allowed block sizes.
@@ -509,19 +509,19 @@
if(v->W){
if(!v->lW || !v->nW){
vbi->blocktype=BLOCKTYPE_TRANSITION;
- fprintf(stderr,"-");
+ /*fprintf(stderr,"-");*/
}else{
vbi->blocktype=BLOCKTYPE_LONG;
- fprintf(stderr,"_");
+ /*fprintf(stderr,"_");*/
}
}else{
if(_ve_envelope_mark(v)){
vbi->blocktype=BLOCKTYPE_IMPULSE;
- fprintf(stderr,"|");
+ /*fprintf(stderr,"|");*/
}else{
vbi->blocktype=BLOCKTYPE_PADDING;
- fprintf(stderr,".");
+ /*fprintf(stderr,".");*/
}
}
<p><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