summaryrefslogtreecommitdiff
path: root/libavcodec/aacps.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-08-05 13:15:04 +0200
committerDiego Biurrun <diego@biurrun.de>2011-08-26 18:34:28 +0200
commit0249478756091ab62f2d68f4d25f6b095f6723d8 (patch)
treef3128133ceb7ccaf2b4bb7d6093f7dffdb003699 /libavcodec/aacps.h
parent0138a8dead3d4874aa9c6f60f64423586c69f4d4 (diff)
doxygen: fix wrong comment syntax, //< vs. ///<
Diffstat (limited to 'libavcodec/aacps.h')
-rw-r--r--libavcodec/aacps.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/aacps.h b/libavcodec/aacps.h
index 59a9bff4bc..124fbee221 100644
--- a/libavcodec/aacps.h
+++ b/libavcodec/aacps.h
@@ -52,11 +52,11 @@ typedef struct {
int num_env;
int enable_ipdopd;
int border_position[PS_MAX_NUM_ENV+1];
- int8_t iid_par[PS_MAX_NUM_ENV][PS_MAX_NR_IIDICC]; //<Inter-channel Intensity Difference Parameters
- int8_t icc_par[PS_MAX_NUM_ENV][PS_MAX_NR_IIDICC]; //<Inter-Channel Coherence Parameters
+ int8_t iid_par[PS_MAX_NUM_ENV][PS_MAX_NR_IIDICC]; ///< Inter-channel Intensity Difference Parameters
+ int8_t icc_par[PS_MAX_NUM_ENV][PS_MAX_NR_IIDICC]; ///< Inter-Channel Coherence Parameters
/* ipd/opd is iid/icc sized so that the same functions can handle both */
- int8_t ipd_par[PS_MAX_NUM_ENV][PS_MAX_NR_IIDICC]; //<Inter-channel Phase Difference Parameters
- int8_t opd_par[PS_MAX_NUM_ENV][PS_MAX_NR_IIDICC]; //<Overall Phase Difference Parameters
+ int8_t ipd_par[PS_MAX_NUM_ENV][PS_MAX_NR_IIDICC]; ///< Inter-channel Phase Difference Parameters
+ int8_t opd_par[PS_MAX_NUM_ENV][PS_MAX_NR_IIDICC]; ///< Overall Phase Difference Parameters
int is34bands;
int is34bands_old;