diff ac3dec.c @ 8269:e7949e116f56 libavcodec

cosmetics: reindent after last commit
author jbr
date Sat, 06 Dec 2008 15:37:04 +0000
parents 4dd63fc58a87
children 0fc2b35a1c14
line wrap: on
line diff
--- a/ac3dec.c	Sat Dec 06 15:36:23 2008 +0000
+++ b/ac3dec.c	Sat Dec 06 15:37:04 2008 +0000
@@ -993,8 +993,8 @@
         if (s->exp_strategy[blk][ch] != EXP_REUSE) {
             s->dexps[ch][0] = get_bits(gbc, 4) << !ch;
             if (decode_exponents(gbc, s->exp_strategy[blk][ch],
-                             s->num_exp_groups[ch], s->dexps[ch][0],
-                             &s->dexps[ch][s->start_freq[ch]+!!ch])) {
+                                 s->num_exp_groups[ch], s->dexps[ch][0],
+                                 &s->dexps[ch][s->start_freq[ch]+!!ch])) {
                 av_log(s->avctx, AV_LOG_ERROR, "exponent out-of-range\n");
                 return -1;
             }