diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-17 10:43:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-17 10:43:42 +0000 |
commit | 0c733da8e2dc411afbc1e74f88890dcf15533553 (patch) | |
tree | 127324520317998bcc2a10c0472df5ca57fe7cf2 /libavcodec/acelp_pitch_delay.h | |
parent | 23ccf3c7a7621175156b4f8f89d321f081adbe59 (diff) | |
download | ffmpeg-0c733da8e2dc411afbc1e74f88890dcf15533553.tar.gz |
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
Diffstat (limited to 'libavcodec/acelp_pitch_delay.h')
-rw-r--r-- | libavcodec/acelp_pitch_delay.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) |