Browse Source

cosmetics: vertical alignment

Originally committed as revision 26001 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Justin Ruggles 15 years ago
parent
commit
33a7d549e8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libavcodec/ac3enc.c

+ 3
- 3
libavcodec/ac3enc.c 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],


Loading…
Cancel
Save