From 0c733da8e2dc411afbc1e74f88890dcf15533553 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 17 Jul 2010 10:43:42 +0000 Subject: Fix Doxygen @param command attribute syntax. The [in] and [out] attributes have to be appended to the @param command. Originally committed as revision 24283 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/acelp_pitch_delay.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/acelp_pitch_delay.h') diff --git a/libavcodec/acelp_pitch_delay.h b/libavcodec/acelp_pitch_delay.h index 04be173380..ce06bc2539 100644 --- a/libavcodec/acelp_pitch_delay.h +++ b/libavcodec/acelp_pitch_delay.h @@ -116,7 +116,7 @@ int ff_acelp_decode_6bit_to_2nd_delay6( /** * \brief Update past quantized energies - * \param quant_energy [in/out] past quantized energies (5.10) + * \param[in,out] quant_energy past quantized energies (5.10) * \param gain_corr_factor gain correction factor * \param log2_ma_pred_order log2() of MA prediction order * \param erasure frame erasure flag @@ -143,7 +143,7 @@ void ff_acelp_update_past_gain( * \param gain_corr_factor gain correction factor (2.13) * \param fc_v fixed-codebook vector (2.13) * \param mr_energy mean innovation energy and fixed-point correction (7.13) - * \param quant_energy [in/out] past quantized energies (5.10) + * \param[in,out] quant_energy past quantized energies (5.10) * \param subframe_size length of subframe * * \return quantized fixed-codebook gain (14.1) -- cgit v1.2.3