summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma')
-rw-r--r--apps/codecs/libwma/wmadeci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmadeci.c b/apps/codecs/libwma/wmadeci.c
index 8aa3620960..e78b5a6962 100644
--- a/apps/codecs/libwma/wmadeci.c
+++ b/apps/codecs/libwma/wmadeci.c
@@ -1111,7 +1111,7 @@ static int decode_exp_vlc(WMADecodeContext *s, int ch)
1111 fixed32 *q,*q_end; 1111 fixed32 *q,*q_end;
1112 1112
1113 /*accommodate the 16 negative indices */ 1113 /*accommodate the 16 negative indices */
1114 fixed32 *pow_10_to_yover16_ptr = &pow_10_to_yover16[16]; 1114 const fixed32 *pow_10_to_yover16_ptr = &pow_10_to_yover16[16];
1115 1115
1116 band_ptr = s->exponent_bands[s->frame_len_bits - s->block_len_bits]; 1116 band_ptr = s->exponent_bands[s->frame_len_bits - s->block_len_bits];
1117 ptr = band_ptr; 1117 ptr = band_ptr;