changeset 12059:8c396820d385 libavcodec

Fix two more instances of wrong @ usage in Doxygen comments.
author diego
date Fri, 02 Jul 2010 11:09:12 +0000
parents dc394a1cc943
children c69dd071f7d4
files acelp_pitch_delay.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/acelp_pitch_delay.h	Fri Jul 02 11:05:47 2010 +0000
+++ b/acelp_pitch_delay.h	Fri Jul 02 11:09:12 2010 +0000
@@ -94,7 +94,7 @@
  *    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 @@
  * 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,