X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavcodec%2Flpc.h;h=182adfa8caea420abceacdefff09c3991ff9ea1b;hb=134233972e7961d9a41c67d27da505e459d5edfa;hp=edb1a6bc7d9de4ebfd35a78ad3acc82292e16290;hpb=775389fc59bc46ac00babc1baf35e273e65f8541;p=ffmpeg diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h index edb1a6bc7d9..182adfa8cae 100644 --- a/libavcodec/lpc.h +++ b/libavcodec/lpc.h @@ -95,7 +95,7 @@ int ff_lpc_calc_coefs(LPCContext *s, int max_order, int precision, int32_t coefs[][MAX_LPC_ORDER], int *shift, enum FFLPCType lpc_type, int lpc_passes, - int omethod, int max_shift, int zero_shift); + int omethod, int min_shift, int max_shift, int zero_shift); int ff_lpc_calc_ref_coefs(LPCContext *s, const int32_t *samples, int order, double *ref);