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

jm at svn.xiph.org jm at svn.xiph.org
Sun May 28 07:10:50 PDT 2006


Author: jm
Date: 2006-05-28 07:10:48 -0700 (Sun, 28 May 2006)
New Revision: 11449

Modified:
   trunk/speex/libspeex/ltp.c
Log:
oops, declarations go before the code


Modified: trunk/speex/libspeex/ltp.c
===================================================================
--- trunk/speex/libspeex/ltp.c	2006-05-28 09:35:43 UTC (rev 11448)
+++ trunk/speex/libspeex/ltp.c	2006-05-28 14:10:48 UTC (rev 11449)
@@ -325,8 +325,8 @@
    
    {
       VARDECL(spx_mem_t *mm);
+      int pp=pitch-1;
       ALLOC(mm, p, spx_mem_t);
-      int pp=pitch-1;
       for (j=0;j<nsf;j++)
       {
          if (j-pp<0)



More information about the commits mailing list