diff options
-rw-r--r-- | apps/codecs/libspeex/sb_celp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/sb_celp.h b/apps/codecs/libspeex/sb_celp.h index 86078ea33e..5a65d1ff8d 100644 --- a/apps/codecs/libspeex/sb_celp.h +++ b/apps/codecs/libspeex/sb_celp.h | |||
@@ -112,7 +112,7 @@ typedef struct SBDecState { | |||
112 | spx_word16_t g0_mem[64], g1_mem[64]; | 112 | spx_word16_t g0_mem[64], g1_mem[64]; |
113 | 113 | ||
114 | /* Voice codec files will be WB mode, which has sub frame size of 40 */ | 114 | /* Voice codec files will be WB mode, which has sub frame size of 40 */ |
115 | #ifndef SPEEX_ROCKBOX_VOICE_CODEC | 115 | #ifndef ROCKBOX_VOICE_CODEC |
116 | spx_word16_t excBuf[80]; | 116 | spx_word16_t excBuf[80]; |
117 | #else | 117 | #else |
118 | spx_word16_t excBuf[40]; | 118 | spx_word16_t excBuf[40]; |