Skip to content
Snippets Groups Projects
Verified Commit 3c9b4d61 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Increasing GLOBAL_STACK_SIZE to 120000 to avoid failure

Cannot prove it's the correct value, but it's better than the previous
values, which sometimes segfaults. The increase was made necessary due
to 120 ms frame size support.
parent c930cc57
No related branches found
No related tags found
No related merge requests found
......@@ -260,9 +260,9 @@ static OPUS_INLINE int celt_isnan(float x)
#ifndef GLOBAL_STACK_SIZE
#ifdef FIXED_POINT
#define GLOBAL_STACK_SIZE 100000
#define GLOBAL_STACK_SIZE 120000
#else
#define GLOBAL_STACK_SIZE 100000
#define GLOBAL_STACK_SIZE 120000
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment