[xiph-commits] r11724 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Sun Jul 30 07:35:11 PDT 2006
Author: jm
Date: 2006-07-30 07:35:08 -0700 (Sun, 30 Jul 2006)
New Revision: 11724
Modified:
trunk/speex/libspeex/filters.c
Log:
before I get hatemail from windows users...
Modified: trunk/speex/libspeex/filters.c
===================================================================
--- trunk/speex/libspeex/filters.c 2006-07-30 14:07:37 UTC (rev 11723)
+++ trunk/speex/libspeex/filters.c 2006-07-30 14:35:08 UTC (rev 11724)
@@ -74,7 +74,7 @@
#endif
const spx_word16_t *den, *num;
den = Pcoef[filtID]; num = Zcoef[filtID];
- //return;
+ /*return;*/
for (i=0;i<len;i++)
{
spx_word16_t xi, yi, nyi;
More information about the commits
mailing list