From aec0407fafe831c8a72289576fb5f37ee44f52f6 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Wed, 27 Aug 2008 23:23:54 +0000 Subject: [PATCH] cosmetics: indent after last commit Originally committed as revision 15001 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index 2685663..88bef36 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -903,7 +903,7 @@ static int decode_audio_block(AC3DecodeContext *s, int blk) /* exponent strategies for each channel */ for (ch = !cpl_in_use; ch <= s->channels; ch++) { if (!s->eac3) - s->exp_strategy[blk][ch] = get_bits(gbc, 2 - (ch == s->lfe_ch)); + s->exp_strategy[blk][ch] = get_bits(gbc, 2 - (ch == s->lfe_ch)); if(s->exp_strategy[blk][ch] != EXP_REUSE) bit_alloc_stages[ch] = 3; } -- 2.7.4