diff ac3dec.c @ 6872:60236c4f0b76 libavcodec

cosmetics: indent
author jbr
date Sun, 25 May 2008 16:20:06 +0000
parents dc6c9f74f2c1
children a790b3ee61b9
line wrap: on
line diff
--- a/ac3dec.c	Sun May 25 16:19:44 2008 +0000
+++ b/ac3dec.c	Sun May 25 16:20:06 2008 +0000
@@ -990,13 +990,13 @@
     /* coupling leak information */
     if (s->cpl_in_use) {
         if (get_bits1(gbc)) {
-        s->bit_alloc_params.cpl_fast_leak = get_bits(gbc, 3);
-        s->bit_alloc_params.cpl_slow_leak = get_bits(gbc, 3);
-        bit_alloc_stages[CPL_CH] = FFMAX(bit_alloc_stages[CPL_CH], 2);
-    } else if (!blk) {
-        av_log(s->avctx, AV_LOG_ERROR, "new coupling leak info must be present in block 0\n");
-        return -1;
-    }
+            s->bit_alloc_params.cpl_fast_leak = get_bits(gbc, 3);
+            s->bit_alloc_params.cpl_slow_leak = get_bits(gbc, 3);
+            bit_alloc_stages[CPL_CH] = FFMAX(bit_alloc_stages[CPL_CH], 2);
+        } else if (!blk) {
+            av_log(s->avctx, AV_LOG_ERROR, "new coupling leak info must be present in block 0\n");
+            return -1;
+        }
     }
 
     /* delta bit allocation information */