[FFmpeg-soc] [soc]: r2635 - mlp/mlpdec.c
ramiro
subversion at mplayerhq.hu
Tue Jul 1 17:37:37 CEST 2008
Author: ramiro
Date: Tue Jul 1 17:37:37 2008
New Revision: 2635
Log:
Cosmetics: unbreak no longer long line.
Modified:
mlp/mlpdec.c
Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c (original)
+++ mlp/mlpdec.c Tue Jul 1 17:37:37 2008
@@ -747,8 +747,7 @@ static int filter_sample(MLPDecodeContex
m->filter_coeff[channel][j][i];
accum = accum >> m->filter_coeff_q[channel][FIR];
- result = (accum + residual)
- & ~((1 << quant_step_size) - 1);
+ result = (accum + residual) & ~((1 << quant_step_size) - 1);
index = INDEX(channel, FIR, -1);
More information about the FFmpeg-soc
mailing list