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);
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to