diff options
Diffstat (limited to 'apps/codecs/libspeex/nb_celp.c')
-rw-r--r-- | apps/codecs/libspeex/nb_celp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/nb_celp.c b/apps/codecs/libspeex/nb_celp.c index 98f5e2e240..364f987472 100644 --- a/apps/codecs/libspeex/nb_celp.c +++ b/apps/codecs/libspeex/nb_celp.c | |||
@@ -1092,7 +1092,7 @@ static void nb_decode_lost(DecState *st, spx_word16_t *out, char *stack) | |||
1092 | #endif | 1092 | #endif |
1093 | 1093 | ||
1094 | /* Just so we don't need to carry the complete wideband mode information */ | 1094 | /* Just so we don't need to carry the complete wideband mode information */ |
1095 | static const int wb_skip_table[8] = {0, 36, 112, 192, 352, 0, 0, 0}; | 1095 | static const unsigned short wb_skip_table[8] = {0, 36, 112, 192, 352, 0, 0, 0}; |
1096 | 1096 | ||
1097 | int nb_decode(void *state, SpeexBits *bits, void *vout) | 1097 | int nb_decode(void *state, SpeexBits *bits, void *vout) |
1098 | { | 1098 | { |