changeset 5374:eb7a01d0fe2c libavcodec

cosmetics: indentation
author jbr
date Thu, 19 Jul 2007 00:51:19 +0000
parents 69eac3e47b9a
children 7659a1acfba4
files ac3dec.c
diffstat 1 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/ac3dec.c	Thu Jul 19 00:50:31 2007 +0000
+++ b/ac3dec.c	Thu Jul 19 00:51:19 2007 +0000
@@ -1638,24 +1638,24 @@
     }
 
     if (bit_alloc_flags) {
-            /* set bit allocation parameters */
-            ctx->bit_alloc_params.fscod = ctx->fscod;
-            ctx->bit_alloc_params.halfratecod = 0;
-            ctx->bit_alloc_params.sdecay = ff_sdecaytab[ctx->sdcycod];
-            ctx->bit_alloc_params.fdecay = ff_fdecaytab[ctx->fdcycod];
-            ctx->bit_alloc_params.sgain = ff_sgaintab[ctx->sgaincod];
-            ctx->bit_alloc_params.dbknee = ff_dbkneetab[ctx->dbpbcod];
-            ctx->bit_alloc_params.floor = ff_floortab[ctx->floorcod];
-            ctx->bit_alloc_params.cplfleak = ctx->cplfleak;
-            ctx->bit_alloc_params.cplsleak = ctx->cplsleak;
+        /* set bit allocation parameters */
+        ctx->bit_alloc_params.fscod = ctx->fscod;
+        ctx->bit_alloc_params.halfratecod = 0;
+        ctx->bit_alloc_params.sdecay = ff_sdecaytab[ctx->sdcycod];
+        ctx->bit_alloc_params.fdecay = ff_fdecaytab[ctx->fdcycod];
+        ctx->bit_alloc_params.sgain = ff_sgaintab[ctx->sgaincod];
+        ctx->bit_alloc_params.dbknee = ff_dbkneetab[ctx->dbpbcod];
+        ctx->bit_alloc_params.floor = ff_floortab[ctx->floorcod];
+        ctx->bit_alloc_params.cplfleak = ctx->cplfleak;
+        ctx->bit_alloc_params.cplsleak = ctx->cplsleak;
 
-            if (ctx->chincpl && (bit_alloc_flags & 64))
-                do_bit_allocation(ctx, 5);
-            for (i = 0; i < nfchans; i++)
-                if ((bit_alloc_flags >> i) & 1)
-                    do_bit_allocation(ctx, i);
-            if (ctx->lfeon && (bit_alloc_flags & 32))
-                do_bit_allocation(ctx, 6);
+        if (ctx->chincpl && (bit_alloc_flags & 64))
+            do_bit_allocation(ctx, 5);
+        for (i = 0; i < nfchans; i++)
+            if ((bit_alloc_flags >> i) & 1)
+                do_bit_allocation(ctx, i);
+        if (ctx->lfeon && (bit_alloc_flags & 32))
+            do_bit_allocation(ctx, 6);
     }
 
     if (get_bits1(gb)) { /* unused dummy data */