From e9e3c9801ec7445652cae3b2569b737ec391973b Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Sat, 16 Aug 2008 17:28:29 +0000 Subject: lpc: cosmetics: vertically align declarations and definitions. Originally committed as revision 14792 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/lpc.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavcodec/lpc.h') diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h index db1a6432ec..b967ff59d9 100644 --- a/libavcodec/lpc.h +++ b/libavcodec/lpc.h @@ -31,16 +31,16 @@ #define ORDER_METHOD_SEARCH 4 #define ORDER_METHOD_LOG 5 -#define MIN_LPC_ORDER 1 -#define MAX_LPC_ORDER 32 +#define MIN_LPC_ORDER 1 +#define MAX_LPC_ORDER 32 /** * Calculate LPC coefficients for multiple orders */ int ff_lpc_calc_coefs(DSPContext *s, - const int32_t *samples, int blocksize, int max_order, - int precision, int32_t coefs[][MAX_LPC_ORDER], - int *shift, int use_lpc, int omethod, int max_shift, int zero_shift); + const int32_t *samples, int blocksize, int max_order, + int precision, int32_t coefs[][MAX_LPC_ORDER], + int *shift, int use_lpc, int omethod, int max_shift, int zero_shift); #endif /* FFMPEG_LPC_H */ -- cgit v1.2.3