Commit 33a7d549 authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: vertical alignment

Originally committed as revision 26001 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d3325d55
......@@ -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],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment