forked from len0rd/rockbox
Fix warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14577 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
72b74478bf
commit
20444c47a8
1 changed files with 1 additions and 1 deletions
|
|
@ -1111,7 +1111,7 @@ static int decode_exp_vlc(WMADecodeContext *s, int ch)
|
||||||
fixed32 *q,*q_end;
|
fixed32 *q,*q_end;
|
||||||
|
|
||||||
/*accommodate the 16 negative indices */
|
/*accommodate the 16 negative indices */
|
||||||
fixed32 *pow_10_to_yover16_ptr = &pow_10_to_yover16[16];
|
const fixed32 *pow_10_to_yover16_ptr = &pow_10_to_yover16[16];
|
||||||
|
|
||||||
band_ptr = s->exponent_bands[s->frame_len_bits - s->block_len_bits];
|
band_ptr = s->exponent_bands[s->frame_len_bits - s->block_len_bits];
|
||||||
ptr = band_ptr;
|
ptr = band_ptr;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue