summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2010-12-14 14:53:36 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2010-12-14 14:53:36 +0000
commit33a7d549e8f7ffaba26ddb90599254d96fa7d8c1 (patch)
tree7533067043cd129af5704b2f545d2b9f437be1d1 /libavcodec/ac3enc.c
parentd3325d555bfa299ecaa3d153ff22bbe228f5a398 (diff)
cosmetics: vertical alignment
Originally committed as revision 26001 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3enc.c')
-rw-r--r--libavcodec/ac3enc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 904ea3e20c..682d70901e 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -645,9 +645,9 @@ static void encode_exponents(AC3EncodeContext *s,
blk1++;
}
encode_exponents_blk_ch(encoded_exp[blk][ch],
- exp[blk][ch], s->nb_coefs[ch],
- exp_strategy[blk][ch],
- &num_exp_groups[blk][ch]);
+ exp[blk][ch], s->nb_coefs[ch],
+ exp_strategy[blk][ch],
+ &num_exp_groups[blk][ch]);
/* copy encoded exponents for reuse case */
for (blk2 = blk+1; blk2 < blk1; blk2++) {
memcpy(encoded_exp[blk2][ch], encoded_exp[blk][ch],