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/aac.h | |
parent | 0138a8dead3d4874aa9c6f60f64423586c69f4d4 (diff) | |
download | ffmpeg-0249478756091ab62f2d68f4d25f6b095f6723d8.tar.gz |
doxygen: fix wrong comment syntax, //< vs. ///<
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r-- | libavcodec/aac.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 4861ec0320..0653f810fd 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -104,11 +104,11 @@ enum CouplingPoint { * Output configuration status */ enum OCStatus { - OC_NONE, //< Output unconfigured - OC_TRIAL_PCE, //< Output configuration under trial specified by an inband PCE - OC_TRIAL_FRAME, //< Output configuration under trial specified by a frame header - OC_GLOBAL_HDR, //< Output configuration set in a global header but not yet locked - OC_LOCKED, //< Output configuration locked in place + OC_NONE, ///< Output unconfigured + OC_TRIAL_PCE, ///< Output configuration under trial specified by an inband PCE + OC_TRIAL_FRAME, ///< Output configuration under trial specified by a frame header + OC_GLOBAL_HDR, ///< Output configuration set in a global header but not yet locked + OC_LOCKED, ///< Output configuration locked in place }; /** |