ref: 7d8803b49821a089fe97465d267772c9d596b191
parent: cd29b0277316bcdee6aa970f86a98dcc8523da43
author: Gregory Maxwell <[email protected]>
date: Wed Jul 1 15:51:02 EDT 2009
Some unusual frame sizes could run the pseudo-stack out of memory in fixed point mode.
--- a/libcelt/arch.h
+++ b/libcelt/arch.h
@@ -243,7 +243,7 @@
#ifndef GLOBAL_STACK_SIZE
#ifdef FIXED_POINT
-#define GLOBAL_STACK_SIZE 25000
+#define GLOBAL_STACK_SIZE 26000
#else
#define GLOBAL_STACK_SIZE 40000
#endif