summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/sb_celp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/sb_celp.h')
-rw-r--r--apps/codecs/libspeex/sb_celp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/sb_celp.h b/apps/codecs/libspeex/sb_celp.h
index 9fb2241a83..da3545d943 100644
--- a/apps/codecs/libspeex/sb_celp.h
+++ b/apps/codecs/libspeex/sb_celp.h
@@ -109,7 +109,7 @@ typedef struct SBDecState {
109 int lpc_enh_enabled; 109 int lpc_enh_enabled;
110 110
111 char *stack; 111 char *stack;
112 spx_word32_t g0_mem[64], g1_mem[64]; 112 spx_word16_t g0_mem[64], g1_mem[64];
113 113
114 spx_word16_t excBuf[80]; 114 spx_word16_t excBuf[80];
115 spx_lsp_t old_qlsp[10]; 115 spx_lsp_t old_qlsp[10];