diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-07-03 00:16:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-07-03 00:16:45 +0000 |
commit | b482e2d12fdc380b48a3aa55334c698b9a36b82d (patch) | |
tree | 23b9cebd82163344f9e5adda7e985933a203f8e7 /libavcodec/cavsdata.h | |
parent | 3f8674a9029435cb8102d683f9c896b874228622 (diff) | |
download | ffmpeg-b482e2d12fdc380b48a3aa55334c698b9a36b82d.tar.gz |
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cavsdata.h')
-rw-r--r-- | libavcodec/cavsdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |