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

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon Dec 19 04:32:07 PST 2005


Author: xiphmont
Date: 2005-12-19 04:32:03 -0800 (Mon, 19 Dec 2005)
New Revision: 10657

Modified:
   trunk/speex/libspeex/vorbis_psy.c
Log:
Make sure jm has what I have



Modified: trunk/speex/libspeex/vorbis_psy.c
===================================================================
--- trunk/speex/libspeex/vorbis_psy.c	2005-12-19 12:24:14 UTC (rev 10656)
+++ trunk/speex/libspeex/vorbis_psy.c	2005-12-19 12:32:03 UTC (rev 10657)
@@ -427,7 +427,7 @@
    
    spx_drft_backward(&psy->lookup, ac);
    _spx_lpc(awk1, ac, ord);
-#if 0
+#if 1
    for (i=0;i<ord;i++)
       awk2[i] = 0;
 #else



More information about the commits mailing list