diff wmv2.c @ 3089:072dbc669253 libavcodec

MSVC-compatible __align8/__align16 declaration patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr
author diego
date Sun, 05 Feb 2006 13:35:17 +0000
parents 0b546eab515d
children de0ed6497a13
line wrap: on
line diff
--- a/wmv2.c	Sun Feb 05 10:16:20 2006 +0000
+++ b/wmv2.c	Sun Feb 05 13:35:17 2006 +0000
@@ -49,7 +49,7 @@
     int hshift;
 
     ScanTable abt_scantable[2];
-    DCTELEM abt_block2[6][64] __align8;
+    DECLARE_ALIGNED_8(DCTELEM, abt_block2[6][64]);
 }Wmv2Context;
 
 static void wmv2_common_init(Wmv2Context * w){