Mercurial > libavcodec.hg
diff lpc.h @ 7590:d6126c8b57e9 libavcodec
lpc: cosmetics: vertically align declarations and definitions.
| author | ramiro |
|---|---|
| date | Sat, 16 Aug 2008 17:28:29 +0000 |
| parents | 8b695a99e8df |
| children | 7dfb28d3ccd1 |
line wrap: on
line diff
--- a/lpc.h Sat Aug 16 17:18:20 2008 +0000 +++ b/lpc.h Sat Aug 16 17:28:29 2008 +0000 @@ -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 */
