From 8e5f465f4c5e5750058da3b65a61e77db08b4d1c Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Tue, 8 Apr 2008 01:09:33 +0000 Subject: Increase alignment for DCT block arrays from 8 to 16 Patch by Alexander Strange ( astrange ithinksw com ) Originally committed as revision 12767 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wmv2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/wmv2.h') diff --git a/libavcodec/wmv2.h b/libavcodec/wmv2.h index 2fd842e6a2..9d43ec547e 100644 --- a/libavcodec/wmv2.h +++ b/libavcodec/wmv2.h @@ -50,7 +50,7 @@ typedef struct Wmv2Context{ int hshift; ScanTable abt_scantable[2]; - DECLARE_ALIGNED_8(DCTELEM, abt_block2[6][64]); + DECLARE_ALIGNED_16(DCTELEM, abt_block2[6][64]); }Wmv2Context; void ff_wmv2_common_init(Wmv2Context * w); -- cgit v1.2.3