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

jm at motherfish-iii.xiph.org jm at motherfish-iii.xiph.org
Mon Jun 6 11:33:47 PDT 2005


Author: jm
Date: 2005-06-06 11:33:44 -0700 (Mon, 06 Jun 2005)
New Revision: 9380

Modified:
   trunk/speex/libspeex/sb_celp.c
Log:
oops forgot a zero in the sb_celp encoder stack


Modified: trunk/speex/libspeex/sb_celp.c
===================================================================
--- trunk/speex/libspeex/sb_celp.c	2005-06-06 17:15:11 UTC (rev 9379)
+++ trunk/speex/libspeex/sb_celp.c	2005-06-06 18:33:44 UTC (rev 9380)
@@ -49,7 +49,7 @@
 /* Default size for the encoder and decoder stack (can be changed at compile time).
    This does not apply when using variable-size arrays or alloca. */
 #ifndef SB_ENC_STACK
-#define SB_ENC_STACK (1000*sizeof(spx_sig_t))
+#define SB_ENC_STACK (10000*sizeof(spx_sig_t))
 #endif
 
 #ifndef SB_DEC_STACK



More information about the commits mailing list