[FFmpeg-soc] [soc]: r2290 - eac3/ac3dec.c

jbr subversion at mplayerhq.hu
Sat May 31 23:40:04 CEST 2008


Author: jbr
Date: Sat May 31 23:40:03 2008
New Revision: 2290

Log:
cosmetics: indent

Modified:
   eac3/ac3dec.c

Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c	(original)
+++ eac3/ac3dec.c	Sat May 31 23:40:03 2008
@@ -971,8 +971,8 @@ static int decode_audio_block(AC3DecodeC
         if (s->exp_strategy[blk][ch] != EXP_REUSE) {
             s->dexps[ch][0] = get_bits(gbc, 4) << !ch;
             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]);
             if(ch != CPL_CH && ch != s->lfe_ch)
                 skip_bits(gbc, 2); /* skip gainrng */
         }



More information about the FFmpeg-soc mailing list