diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-14 21:22:06 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-14 21:22:06 +0000 |
commit | 4563de772c5f054d543591eade5ab1491748821c (patch) | |
tree | 462c2583c30bff43c0b6699ffe99e0fcae0645b7 /libavcodec/lsp.h | |
parent | 6d001976fef445b55e9246cf4fa0a1552584c47c (diff) | |
download | ffmpeg-4563de772c5f054d543591eade5ab1491748821c.tar.gz |
Restore mistakenly removed [in]/[out] Doxygen parameter attributes.
Originally committed as revision 24241 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 51d3f529dd..af9d23d546 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 lsf [in,out] LSFs in Hertz + * @param[in,out] lsf LSFs in Hertz * @param min_spacing minimum distance between two consecutive lsf values * @param size size of the lsf vector */ |