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/aacps_tablegen.h | |
parent | 0138a8dead3d4874aa9c6f60f64423586c69f4d4 (diff) | |
download | ffmpeg-0249478756091ab62f2d68f4d25f6b095f6723d8.tar.gz |
doxygen: fix wrong comment syntax, //< vs. ///<
Diffstat (limited to 'libavcodec/aacps_tablegen.h')
-rw-r--r-- | libavcodec/aacps_tablegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacps_tablegen.h b/libavcodec/aacps_tablegen.h index 492cb0c56d..5041f44d19 100644 --- a/libavcodec/aacps_tablegen.h +++ b/libavcodec/aacps_tablegen.h @@ -139,7 +139,7 @@ static void ps_tableinit(void) } for (iid = 0; iid < 46; iid++) { - float c = iid_par_dequant[iid]; //<Linear Inter-channel Intensity Difference + float c = iid_par_dequant[iid]; ///< Linear Inter-channel Intensity Difference float c1 = (float)M_SQRT2 / sqrtf(1.0f + c*c); float c2 = c * c1; for (icc = 0; icc < 8; icc++) { |