mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-04 10:57:48 +00:00
doxygen: Fix parameter names to match the function prototypes.
This commit is contained in:
parent
01c17c88ed
commit
24c9babaaf
6 changed files with 7 additions and 7 deletions
|
@ -149,7 +149,7 @@ static int estimate_best_order(double *ref, int min_order, int max_order)
|
|||
/**
|
||||
* Calculate LPC coefficients for multiple orders
|
||||
*
|
||||
* @param use_lpc LPC method for determining coefficients
|
||||
* @param lpc_type LPC method for determining coefficients
|
||||
* 0 = LPC with fixed pre-defined coeffs
|
||||
* 1 = LPC with coeffs determined by Levinson-Durbin recursion
|
||||
* 2+ = LPC with coeffs determined by Cholesky factorization using (use_lpc-1) passes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue