diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:09:12 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:09:12 +0000 |
commit | 96e07a73eca2d0802719fdba69de3a78c1a04264 (patch) | |
tree | 4d5124fc8d582b1567c1b2ba78f02d137337c5b8 | |
parent | fd566520c7fb998f6f378904e5b03e8bca1e156d (diff) | |
download | ffmpeg-96e07a73eca2d0802719fdba69de3a78c1a04264.tar.gz |
Fix two more instances of wrong @ usage in Doxygen comments.
Originally committed as revision 23974 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 d833dba2b8..dabe6e79c3 100644 --- a/libavcodec/acelp_pitch_delay.h +++ b/libavcodec/acelp_pitch_delay.h @@ -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(int ac_index); * 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, |