diff wmv2.h @ 6571:ad0c77d2b6ee libavcodec

Increase alignment for DCT block arrays from 8 to 16 Patch by Alexander Strange ( astrange ithinksw com )
author superdump
date Tue, 08 Apr 2008 01:09:33 +0000
parents b47573cb7401
children c4a4495715dd
line wrap: on
line diff
--- a/wmv2.h	Tue Apr 08 00:57:12 2008 +0000
+++ b/wmv2.h	Tue Apr 08 01:09:33 2008 +0000
@@ -50,7 +50,7 @@
     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);