From 7b9750ed9b4d500e8f322a58a9cc2032eddc666b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Fri, 1 Apr 2011 19:42:31 +0200 Subject: [PATCH] Fix doxy-style for comment ("///>" should be "///<" instead). --- libavcodec/ac3dec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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