OSDN Git Service

cosmetics: indentation
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 13 Jul 2011 16:49:15 +0000 (12:49 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 19 Jul 2011 18:15:00 +0000 (14:15 -0400)
libavcodec/eac3enc.c

index 153428f..09fa80f 100644 (file)
@@ -170,9 +170,9 @@ void ff_eac3_output_frame_header(AC3EncodeContext *s)
         for (ch = !s->cpl_on; ch <= s->fbw_channels; ch++)
             put_bits(&s->pb, 5, s->frame_exp_strategy[ch]);
     } else {
-    for (blk = 0; blk < AC3_MAX_BLOCKS; blk++)
-        for (ch = !s->blocks[blk].cpl_in_use; ch <= s->fbw_channels; ch++)
-            put_bits(&s->pb, 2, s->exp_strategy[ch][blk]);
+        for (blk = 0; blk < AC3_MAX_BLOCKS; blk++)
+            for (ch = !s->blocks[blk].cpl_in_use; ch <= s->fbw_channels; ch++)
+                put_bits(&s->pb, 2, s->exp_strategy[ch][blk]);
     }
     if (s->lfe_on) {
         for (blk = 0; blk < AC3_MAX_BLOCKS; blk++)