cosmetics: alignment and line wrap after last commit
Originally committed as revision 26008 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
359c1d1926
commit
937cd1467c
@ -1451,8 +1451,8 @@ static int ac3_encode_frame(AVCodecContext *avctx,
|
||||
|
||||
apply_mdct(s, planar_samples, exp_shift, mdct_coef);
|
||||
|
||||
process_exponents(s, mdct_coef, exp_shift, exp, exp_strategy,
|
||||
encoded_exp, num_exp_groups, grouped_exp);
|
||||
process_exponents(s, mdct_coef, exp_shift, exp, exp_strategy, encoded_exp,
|
||||
num_exp_groups, grouped_exp);
|
||||
|
||||
ret = compute_bit_allocation(s, bap, encoded_exp, exp_strategy);
|
||||
if (ret) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user