From 4563de772c5f054d543591eade5ab1491748821c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 14 Jul 2010 21:22:06 +0000 Subject: Restore mistakenly removed [in]/[out] Doxygen parameter attributes. Originally committed as revision 24241 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/lsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/lsp.h') 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 */ -- cgit v1.2.3