Restore mistakenly removed [in]/[out] Doxygen parameter attributes.

Originally committed as revision 24241 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2010-07-14 21:22:06 +00:00
parent 6d001976fe
commit 4563de772c
3 changed files with 7 additions and 7 deletions

View File

@@ -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
*/