# HG changeset patch # User diego # Date 1278073582 0 # Node ID 57fba1b7867bdcd360241bf3f8804f75f04d3d6e # Parent 1b6557975db13de744959df929be4862908d6147 Fix the signature of ff_set_min_dist_lsf() to match the implementation and add doxy for the size parameter. diff -r 1b6557975db1 -r 57fba1b7867b lsp.h --- 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