Commit 99f23fcb authored by jbr's avatar jbr

cosmetics: reindent after last commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16016 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 85749ad0
......@@ -993,8 +993,8 @@ static int decode_audio_block(AC3DecodeContext *s, int blk)
if (s->exp_strategy[blk][ch] != EXP_REUSE) {
s->dexps[ch][0] = get_bits(gbc, 4) << !ch;
if (decode_exponents(gbc, s->exp_strategy[blk][ch],
s->num_exp_groups[ch], s->dexps[ch][0],
&s->dexps[ch][s->start_freq[ch]+!!ch])) {
s->num_exp_groups[ch], s->dexps[ch][0],
&s->dexps[ch][s->start_freq[ch]+!!ch])) {
av_log(s->avctx, AV_LOG_ERROR, "exponent out-of-range\n");
return -1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment