mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
cosmetics: indent after last commit
Originally committed as revision 15001 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6b4bfed965
commit
aec0407faf
@ -903,7 +903,7 @@ static int decode_audio_block(AC3DecodeContext *s, int blk)
|
||||
/* exponent strategies for each channel */
|
||||
for (ch = !cpl_in_use; ch <= s->channels; ch++) {
|
||||
if (!s->eac3)
|
||||
s->exp_strategy[blk][ch] = get_bits(gbc, 2 - (ch == s->lfe_ch));
|
||||
s->exp_strategy[blk][ch] = get_bits(gbc, 2 - (ch == s->lfe_ch));
|
||||
if(s->exp_strategy[blk][ch] != EXP_REUSE)
|
||||
bit_alloc_stages[ch] = 3;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user