[FFmpeg-cvslog] r23986 - trunk/libavcodec/lsp.h

diego subversion
Fri Jul 2 14:26:22 CEST 2010


Author: diego
Date: Fri Jul  2 14:26:22 2010
New Revision: 23986

Log:
Fix the signature of ff_set_min_dist_lsf() to match the implementation
and add doxy for the size parameter.

Modified:
   trunk/libavcodec/lsp.h

Modified: trunk/libavcodec/lsp.h
==============================================================================
--- trunk/libavcodec/lsp.h	Fri Jul  2 14:12:06 2010	(r23985)
+++ trunk/libavcodec/lsp.h	Fri Jul  2 14:26:22 2010	(r23986)
@@ -48,8 +48,9 @@ void ff_acelp_reorder_lsf(int16_t* lsfq,
  *
  * @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



More information about the ffmpeg-cvslog mailing list