comparison lsp.h @ 12062:372f7fed2806 libavcodec

Avoid square brackets in Doxygen comments; Doxygen chokes on them.
author diego
date Fri, 02 Jul 2010 11:44:58 +0000
parents c69dd071f7d4
children 57fba1b7867b
comparison
equal deleted inserted replaced
12061:75f4dfbd0462 12062:372f7fed2806
44 * 44 *
45 * This step is not mentioned in the AMR spec but is in the reference C decoder. 45 * This step is not mentioned in the AMR spec but is in the reference C decoder.
46 * Omitting this step creates audible distortion on the sinusoidal sweep 46 * Omitting this step creates audible distortion on the sinusoidal sweep
47 * test vectors in 3GPP TS 26.074. 47 * test vectors in 3GPP TS 26.074.
48 * 48 *
49 * @param[in,out] lsf LSFs in Hertz 49 * @param lsf [in,out] LSFs in Hertz
50 * @param min_spacing minimum distance between two consecutive lsf values 50 * @param min_spacing minimum distance between two consecutive lsf values
51 */ 51 */
52 void ff_set_min_dist_lsf(float *lsf, double min_spacing, int order); 52 void ff_set_min_dist_lsf(float *lsf, double min_spacing, int order);
53 53
54 /** 54 /**