diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-08-21 23:49:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-08-21 23:49:58 +0000 |
commit | 6caabab8cd2d5b77d89f61cea529be86940f8e9c (patch) | |
tree | 858f07c0e1a1d1b5a57240bf6b6337b1e581bd5e /libavcodec/acelp_vectors.h | |
parent | ec5bd476acfa3940f7f571b73d532eb9600c5415 (diff) | |
download | ffmpeg-6caabab8cd2d5b77d89f61cea529be86940f8e9c.tar.gz |
Make comments doxygen compatible.
Originally committed as revision 14900 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/acelp_vectors.h')
-rw-r--r-- | libavcodec/acelp_vectors.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/acelp_vectors.h b/libavcodec/acelp_vectors.h index edf31bc444..5a9b663bbe 100644 --- a/libavcodec/acelp_vectors.h +++ b/libavcodec/acelp_vectors.h @@ -25,7 +25,7 @@ #include <stdint.h> -/* +/** * Track|Pulse| Positions * ------------------------------------------------------------------------- * 1 | 0 | 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75 @@ -41,7 +41,7 @@ */ extern const uint8_t ff_fc_4pulses_8bits_tracks_13[16]; -/* +/** * Track|Pulse| Positions * ------------------------------------------------------------------------- * 4 | 3 | 3, 8, 13, 18, 23, 28, 33, 38, 43, 48, 53, 58, 63, 68, 73, 78 @@ -54,7 +54,7 @@ extern const uint8_t ff_fc_4pulses_8bits_tracks_13[16]; */ extern const uint8_t ff_fc_4pulses_8bits_track_4[32]; -/* +/** * Track|Pulse| Positions * ----------------------------------------- * 1 | 0 | 1, 6, 11, 16, 21, 26, 31, 36 @@ -71,7 +71,7 @@ extern const uint8_t ff_fc_4pulses_8bits_track_4[32]; extern const uint8_t ff_fc_2pulses_9bits_track1[16]; extern const uint8_t ff_fc_2pulses_9bits_track1_gray[16]; -/* +/** * Track|Pulse| Positions * ----------------------------------------- * 2 | 1 | 0, 7, 14, 20, 27, 34, 1, 21 |