diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-08-05 13:15:04 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-08-26 18:34:28 +0200 |
commit | 0249478756091ab62f2d68f4d25f6b095f6723d8 (patch) | |
tree | f3128133ceb7ccaf2b4bb7d6093f7dffdb003699 /libavcodec/mpeg4audio.h | |
parent | 0138a8dead3d4874aa9c6f60f64423586c69f4d4 (diff) | |
download | ffmpeg-0249478756091ab62f2d68f4d25f6b095f6723d8.tar.gz |
doxygen: fix wrong comment syntax, //< vs. ///<
Diffstat (limited to 'libavcodec/mpeg4audio.h')
-rw-r--r-- | libavcodec/mpeg4audio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h index 2d2b4a232e..c729c04660 100644 --- a/libavcodec/mpeg4audio.h +++ b/libavcodec/mpeg4audio.h @@ -31,13 +31,13 @@ typedef struct { int sampling_index; int sample_rate; int chan_config; - int sbr; //< -1 implicit, 1 presence + int sbr; ///< -1 implicit, 1 presence int ext_object_type; int ext_sampling_index; int ext_sample_rate; int ext_chan_config; int channels; - int ps; //< -1 implicit, 1 presence + int ps; ///< -1 implicit, 1 presence } MPEG4AudioConfig; extern const int ff_mpeg4audio_sample_rates[16]; |