diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:44:58 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:44:58 +0000 |
commit | 3fa7626863b9605f3e1a8a9dc4e0d6055dd5e57e (patch) | |
tree | 7e0cd65261aabce27f3ab7f5c32dd6d4a23a187f /libavcodec/lsp.h | |
parent | b8ab52e702e9536e054169f30ee05855a8f0ac93 (diff) | |
download | ffmpeg-3fa7626863b9605f3e1a8a9dc4e0d6055dd5e57e.tar.gz |
Avoid square brackets in Doxygen comments; Doxygen chokes on them.
Originally committed as revision 23979 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/lsp.h')
-rw-r--r-- | libavcodec/lsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lsp.h b/libavcodec/lsp.h index 4e9171a94f..1da80e8487 100644 --- a/libavcodec/lsp.h +++ b/libavcodec/lsp.h @@ -46,7 +46,7 @@ void ff_acelp_reorder_lsf(int16_t* lsfq, int lsfq_min_distance, int lsfq_min, in * 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); |