# HG changeset patch # User jbr # Date 1184806279 0 # Node ID eb7a01d0fe2c13ebd75cf9a3da7af4b3fa916e4a # Parent 69eac3e47b9a7d4f1cd65d38da0a8e3d349fc884 cosmetics: indentation diff -r 69eac3e47b9a -r eb7a01d0fe2c ac3dec.c --- 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 */