comparison ac3dec.c @ 7710:571c3c9bc025 libavcodec

cosmetics: indent after last commit
author jbr
date Wed, 27 Aug 2008 23:23:54 +0000
parents 0b11b0e7b404
children 6f4d3d307676
comparison
equal deleted inserted replaced
7709:0b11b0e7b404 7710:571c3c9bc025
901 } 901 }
902 902
903 /* exponent strategies for each channel */ 903 /* exponent strategies for each channel */
904 for (ch = !cpl_in_use; ch <= s->channels; ch++) { 904 for (ch = !cpl_in_use; ch <= s->channels; ch++) {
905 if (!s->eac3) 905 if (!s->eac3)
906 s->exp_strategy[blk][ch] = get_bits(gbc, 2 - (ch == s->lfe_ch)); 906 s->exp_strategy[blk][ch] = get_bits(gbc, 2 - (ch == s->lfe_ch));
907 if(s->exp_strategy[blk][ch] != EXP_REUSE) 907 if(s->exp_strategy[blk][ch] != EXP_REUSE)
908 bit_alloc_stages[ch] = 3; 908 bit_alloc_stages[ch] = 3;
909 } 909 }
910 910
911 /* channel bandwidth */ 911 /* channel bandwidth */