[FFmpeg-cvslog] Fix doxy-style for comment ("///>" should be "///<" instead).
Reimar Döffinger
git at videolan.org
Fri Apr 1 19:43:21 CEST 2011
ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Fri Apr 1 19:42:31 2011 +0200| [7b9750ed9b4d500e8f322a58a9cc2032eddc666b] | committer: Reimar Döffinger
Fix doxy-style for comment ("///>" should be "///<" instead).
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b9750ed9b4d500e8f322a58a9cc2032eddc666b
---
libavcodec/ac3dec.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h
index e569295..3e0afcd 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
More information about the ffmpeg-cvslog
mailing list