diff flacenc.c @ 7592:377fddcc6288 libavcodec

cosmetics: adjust line breaks and vertical alignment
author jbr
date Sat, 16 Aug 2008 21:32:03 +0000
parents 7dfb28d3ccd1
children cd6217c9ce92
line wrap: on
line diff
--- a/flacenc.c	Sat Aug 16 21:24:06 2008 +0000
+++ b/flacenc.c	Sat Aug 16 21:32:03 2008 +0000
@@ -855,8 +855,9 @@
     }
 
     /* LPC */
-    opt_order = ff_lpc_calc_coefs(&ctx->dsp, smp, n, min_order, max_order, precision, coefs,
-                               shift, ctx->options.use_lpc, omethod, MAX_LPC_SHIFT, 0);
+    opt_order = ff_lpc_calc_coefs(&ctx->dsp, smp, n, min_order, max_order,
+                                  precision, coefs, shift, ctx->options.use_lpc,
+                                  omethod, MAX_LPC_SHIFT, 0);
 
     if(omethod == ORDER_METHOD_2LEVEL ||
        omethod == ORDER_METHOD_4LEVEL ||