summaryrefslogtreecommitdiffstats
path: root/libavcodec/lpc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-02 13:23:35 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-03 18:30:02 +0200
commit24c9babaaf458f943ed1ef74628d157ac29c5d5f (patch)
treeaeb679b6514b4f1559b444ccc9e781d8e09ca13d /libavcodec/lpc.c
parent01c17c88ede76f8321cf2c59a535dbbc5b5ff989 (diff)
downloadffmpeg-streaming-24c9babaaf458f943ed1ef74628d157ac29c5d5f.zip
ffmpeg-streaming-24c9babaaf458f943ed1ef74628d157ac29c5d5f.tar.gz
doxygen: Fix parameter names to match the function prototypes.
Diffstat (limited to 'libavcodec/lpc.c')
-rw-r--r--libavcodec/lpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lpc.c b/libavcodec/lpc.c
index ed985d3..31fa324 100644
--- a/libavcodec/lpc.c
+++ b/libavcodec/lpc.c
@@ -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.
OpenPOWER on IntegriCloud