diff 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
line wrap: on
line diff
--- a/lsp.h	Fri Jul 02 11:37:53 2010 +0000
+++ b/lsp.h	Fri Jul 02 11:44:58 2010 +0000
@@ -46,7 +46,7 @@
  * Omitting this step creates audible distortion on the sinusoidal sweep
  * test vectors in 3GPP TS 26.074.
  *
- * @param[in,out] lsf    LSFs in Hertz
+ * @param lsf            [in,out] LSFs in Hertz
  * @param min_spacing    minimum distance between two consecutive lsf values
  */
 void ff_set_min_dist_lsf(float *lsf, double min_spacing, int order);