[FFmpeg-cvslog] r15001 - trunk/libavcodec/ac3dec.c

jbr subversion
Thu Aug 28 01:23:54 CEST 2008


Author: jbr
Date: Thu Aug 28 01:23:54 2008
New Revision: 15001

Log:
cosmetics: indent after last commit

Modified:
   trunk/libavcodec/ac3dec.c

Modified: trunk/libavcodec/ac3dec.c
==============================================================================
--- trunk/libavcodec/ac3dec.c	(original)
+++ trunk/libavcodec/ac3dec.c	Thu Aug 28 01:23:54 2008
@@ -903,7 +903,7 @@ static int decode_audio_block(AC3DecodeC
     /* 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;
     }




More information about the ffmpeg-cvslog mailing list