diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-04-01 19:42:31 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-04-01 19:42:31 +0200 |
commit | 7b9750ed9b4d500e8f322a58a9cc2032eddc666b (patch) | |
tree | b55a3385ccbcecc6f227b9c65ee3eb33403fb934 /libavcodec/ac3dec.h | |
parent | 9b7a0c5d886223802df54b754caf75b6e125e76f (diff) | |
download | ffmpeg-7b9750ed9b4d500e8f322a58a9cc2032eddc666b.tar.gz |
Fix doxy-style for comment ("///>" should be "///<" instead).
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r-- | libavcodec/ac3dec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index e569295a50..3e0afcded0 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -199,7 +199,7 @@ typedef struct { ///@} ///@defgroup arrays aligned arrays - DECLARE_ALIGNED(16, int, fixed_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///> fixed-point transform coefficients + DECLARE_ALIGNED(16, int, fixed_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< fixed-point transform coefficients DECLARE_ALIGNED(16, float, transform_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< transform coefficients DECLARE_ALIGNED(16, float, delay)[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE]; ///< delay - added to the next block DECLARE_ALIGNED(16, float, window)[AC3_BLOCK_SIZE]; ///< window coefficients |