|
@@ -429,7 +429,7 @@ static void ac3_decode_transform_coeffs_ch(AC3DecodeContext *s, int ch_index, ma |
|
|
int end_freq = s->end_freq[ch_index]; |
|
|
int end_freq = s->end_freq[ch_index]; |
|
|
uint8_t *baps = s->bap[ch_index]; |
|
|
uint8_t *baps = s->bap[ch_index]; |
|
|
int8_t *exps = s->dexps[ch_index]; |
|
|
int8_t *exps = s->dexps[ch_index]; |
|
|
int32_t *coeffs = s->fixed_coeffs[ch_index]; |
|
|
|
|
|
|
|
|
int32_t *coeffs = s->fixed_coeffs[ch_index]; |
|
|
int dither = (ch_index == CPL_CH) || s->dither_flag[ch_index]; |
|
|
int dither = (ch_index == CPL_CH) || s->dither_flag[ch_index]; |
|
|
GetBitContext *gbc = &s->gbc; |
|
|
GetBitContext *gbc = &s->gbc; |
|
|
int freq; |
|
|
int freq; |
|
|