Mercurial > libavcodec.hg
changeset 8137:c6993d9ed77c libavcodec
cosmetics: indentation
author | jbr |
---|---|
date | Thu, 13 Nov 2008 03:18:18 +0000 |
parents | 3085502c4f33 |
children | bc8758d59a21 |
files | ac3dec.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ac3dec.c Thu Nov 13 03:18:13 2008 +0000 +++ b/ac3dec.c Thu Nov 13 03:18:18 2008 +0000 @@ -938,7 +938,7 @@ if (s->spx_in_use[blk]) { cpl_end_subband = s->spx_start_subband - 1; } else { - cpl_end_subband = get_bits(gbc, 4) + 3; + cpl_end_subband = get_bits(gbc, 4) + 3; } s->num_cpl_subbands = cpl_end_subband - cpl_start_subband; if (s->num_cpl_subbands < 0) { @@ -1016,7 +1016,7 @@ s->num_rematrixing_bands = 4; if (cpl_in_use) { if (s->start_freq[CPL_CH] <= 61) - s->num_rematrixing_bands -= 1 + (s->start_freq[CPL_CH] == 37); + s->num_rematrixing_bands -= 1 + (s->start_freq[CPL_CH] == 37); } else if (s->spx_in_use[blk]) { if (s->spx_start_freq <= 61) s->num_rematrixing_bands -= 1 + (s->spx_start_freq <= 37) +