[FFmpeg-soc] [soc]: r1746 - eac3/ac3dec.c
jbr
subversion at mplayerhq.hu
Wed Jan 2 00:08:34 CET 2008
Author: jbr
Date: Wed Jan 2 00:08:34 2008
New Revision: 1746
Log:
cosmetics: line wrap and vertical alignment
Modified:
eac3/ac3dec.c
Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c (original)
+++ eac3/ac3dec.c Wed Jan 2 00:08:34 2008
@@ -878,8 +878,9 @@ static int ac3_parse_audio_block(AC3Deco
for (ch = !s->cpl_in_use[blk]; ch <= s->channels; ch++) {
if (s->exp_strategy[blk][ch] != EXP_REUSE) {
s->dexps[ch][0] = get_bits(gbc, 4) << !ch;
- ff_ac3_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]);
+ ff_ac3_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]);
if(ch != CPL_CH && ch != s->lfe_ch)
skip_bits(gbc, 2); /* skip gainrng */
}
More information about the FFmpeg-soc
mailing list