From: Monty Date: Tue, 12 Dec 2000 04:18:54 +0000 (+0000) Subject: Oops, didn't mean to commit the printfs. X-Git-Tag: v1.3.3~1072 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99cd6c11f7b5d773b2cb876a02acfbda24bbd1a8;p=platform%2Fupstream%2Flibvorbis.git Oops, didn't mean to commit the printfs. svn path=/trunk/vorbis/; revision=1107 --- diff --git a/lib/floor0.c b/lib/floor0.c index 3e6fd20..0e454c4 100644 --- a/lib/floor0.c +++ b/lib/floor0.c @@ -12,7 +12,7 @@ ******************************************************************** function: floor backend 0 implementation - last mod: $Id: floor0.c,v 1.31 2000/12/07 07:26:20 xiphmont Exp $ + last mod: $Id: floor0.c,v 1.32 2000/12/12 04:18:54 xiphmont Exp $ ********************************************************************/ @@ -177,9 +177,7 @@ static vorbis_look_floor *floor0_look (vorbis_dsp_state *vd,vorbis_info_mode *mi *scale); /* bark numbers represent band edges */ if(val>=look->ln)val=look->ln; /* guard against the approximation */ look->linearmap[j]=val; - fprintf(stderr,"%ld:%ld ",val,j); } - fprintf(stderr,"\n"); look->linearmap[j]=-1; look->lsp_look=_ogg_malloc(look->ln*sizeof(float));