[FFmpeg-cvslog] r23974 - trunk/libavcodec/acelp_pitch_delay.h
diego
subversion
Fri Jul 2 13:09:13 CEST 2010
Author: diego
Date: Fri Jul 2 13:09:12 2010
New Revision: 23974
Log:
Fix two more instances of wrong @ usage in Doxygen comments.
Modified:
trunk/libavcodec/acelp_pitch_delay.h
Modified: trunk/libavcodec/acelp_pitch_delay.h
==============================================================================
--- trunk/libavcodec/acelp_pitch_delay.h Fri Jul 2 13:05:47 2010 (r23973)
+++ trunk/libavcodec/acelp_pitch_delay.h Fri Jul 2 13:09:12 2010 (r23974)
@@ -94,7 +94,7 @@ int ff_acelp_decode_4bit_to_2nd_delay3(
* with 1/6 resolution, 17 < pitch_delay < 95
* integers only, 95 <= pitch_delay <= 143
*
- * \remark The routine is used in AMR @12.2k for the first and third subframes.
+ * \remark The routine is used in AMR @@12.2k for the first and third subframes.
*/
int ff_acelp_decode_9bit_to_1st_delay6(int ac_index);
@@ -110,7 +110,7 @@ int ff_acelp_decode_9bit_to_1st_delay6(i
* Pitch delay is coded:
* with 1/6 resolution, -6 < pitch_delay - int(prev_pitch_delay) < 5
*
- * \remark The routine is used in AMR @12.2k for the second and fourth subframes.
+ * \remark The routine is used in AMR @@12.2k for the second and fourth subframes.
*/
int ff_acelp_decode_6bit_to_2nd_delay6(
int ac_index,
More information about the ffmpeg-cvslog
mailing list