From b482e2d12fdc380b48a3aa55334c698b9a36b82d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 3 Jul 2006 00:16:45 +0000 Subject: CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cavsdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cavsdata.h') diff --git a/libavcodec/cavsdata.h b/libavcodec/cavsdata.h index a1334d554c..a73a3d60d7 100644 --- a/libavcodec/cavsdata.h +++ b/libavcodec/cavsdata.h @@ -187,7 +187,7 @@ static const uint16_t dequant_mul[64] = { 32771,35734,38965,42497,46341,50535,55109,60099 }; -typedef struct { +DECLARE_ALIGNED_8(typedef, struct) { int16_t x; int16_t y; int16_t dist; -- cgit v1.2.3