changeset 12066:57fba1b7867b libavcodec

Fix the signature of ff_set_min_dist_lsf() to match the implementation and add doxy for the size parameter.
author diego
date Fri, 02 Jul 2010 12:26:22 +0000
parents 1b6557975db1
children 9aaff29c1e78
files lsp.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lsp.h	Fri Jul 02 11:55:42 2010 +0000
+++ b/lsp.h	Fri Jul 02 12:26:22 2010 +0000
@@ -48,8 +48,9 @@
  *
  * @param lsf            [in,out] LSFs in Hertz
  * @param min_spacing    minimum distance between two consecutive lsf values
+ * @param size           size of the lsf vector
  */
-void ff_set_min_dist_lsf(float *lsf, double min_spacing, int order);
+void ff_set_min_dist_lsf(float *lsf, double min_spacing, int size);
 
 /**
  * \brief Convert LSF to LSP