summaryrefslogtreecommitdiff
path: root/libavcodec/lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/lpc.h')
-rw-r--r--libavcodec/lpc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h
index 6c7c2eba93..94eb787389 100644
--- a/libavcodec/lpc.h
+++ b/libavcodec/lpc.h
@@ -39,8 +39,9 @@
* Calculate LPC coefficients for multiple orders
*/
int ff_lpc_calc_coefs(DSPContext *s,
- const int32_t *samples, int blocksize, int min_order, 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 min_order,
+ 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 */