ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 1 Apr 2011 17:42:31 +0000 (19:42 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 13 Jun 2011 18:43:52 +0000 (20:43 +0200)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/ac3dec.h

index f0ab75a..590bee6 100644 (file)
@@ -194,7 +194,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(32, float, transform_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS];   ///< transform coefficients
     DECLARE_ALIGNED(32, float, delay)[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE];             ///< delay - added to the next block
     DECLARE_ALIGNED(32, float, window)[AC3_BLOCK_SIZE];                              ///< window coefficients