cosmetics: vertical alignment

Originally committed as revision 26001 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2010-12-14 14:53:36 +00:00
parent d3325d555b
commit 33a7d549e8
1 changed files with 3 additions and 3 deletions

View File

@ -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],