From 0249478756091ab62f2d68f4d25f6b095f6723d8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 5 Aug 2011 13:15:04 +0200 Subject: doxygen: fix wrong comment syntax, //< vs. ///< --- libavcodec/vp3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp3.c') diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index 13a3bda4a5..462a482f42 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -225,7 +225,7 @@ typedef struct Vp3DecodeContext { /* these arrays need to be on 16-byte boundaries since SSE2 operations * index into them */ - DECLARE_ALIGNED(16, int16_t, qmat)[3][2][3][64]; //