[xiph-commits] r14166 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Fri Nov 16 05:32:09 PST 2007


Author: jm
Date: 2007-11-16 05:32:09 -0800 (Fri, 16 Nov 2007)
New Revision: 14166

Modified:
   trunk/speex/libspeex/stereo.c
Log:
oops, removing printf


Modified: trunk/speex/libspeex/stereo.c
===================================================================
--- trunk/speex/libspeex/stereo.c	2007-11-16 13:28:40 UTC (rev 14165)
+++ trunk/speex/libspeex/stereo.c	2007-11-16 13:32:09 UTC (rev 14166)
@@ -175,7 +175,7 @@
    balance=(largest+1.)/(smallest+1.);
    balance=4*log(balance);
 
-   fprintf (stderr, "%d %d %f\n", largest, smallest, balance);
+   /*fprintf (stderr, "%d %d %f\n", largest, smallest, balance);*/
    /*Quantization*/
    balance=floor(.5+fabs(balance));
    if (balance>30)



More information about the commits mailing list