summaryrefslogtreecommitdiff
path: root/libavcodec/lsp.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-14 21:22:06 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-14 21:22:06 +0000
commit4563de772c5f054d543591eade5ab1491748821c (patch)
tree462c2583c30bff43c0b6699ffe99e0fcae0645b7 /libavcodec/lsp.h
parent6d001976fef445b55e9246cf4fa0a1552584c47c (diff)
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.h2
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
*/