[xiph-cvs] cvs commit: vorbis/lib psy.c
Monty
xiphmont at xiph.org
Mon Oct 21 00:00:12 PDT 2002
xiphmont 02/10/21 03:00:12
Modified: lib psy.c
Log:
forgot to disable debugging output in psy.c
Revision Changes Path
1.81 +3 -3 vorbis/lib/psy.c
Index: psy.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/psy.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- psy.c 18 Oct 2002 06:00:12 -0000 1.80
+++ psy.c 21 Oct 2002 07:00:11 -0000 1.81
@@ -11,7 +11,7 @@
********************************************************************
function: psychoacoustics not including preecho
- last mod: $Id: psy.c,v 1.80 2002/10/18 06:00:12 xiphmont Exp $
+ last mod: $Id: psy.c,v 1.81 2002/10/21 07:00:11 xiphmont Exp $
********************************************************************/
@@ -785,7 +785,7 @@
for(i=0;i<n;i++)work[i]=logmdct[i]-work[i];
- //#if 0
+#if 0
{
static int seq=0;
@@ -805,7 +805,7 @@
_analysis_output("envelope2L",seq/2,work2,n,1,0,0);
seq++;
}
- //#endif
+#endif
for(i=0;i<n;i++){
int dB=logmask[i]+.5;
<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