diff mpegvideo.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 526bc949ef31
children 421579792fc2
line wrap: on
line diff
--- a/mpegvideo.c	Sun Feb 05 10:16:20 2006 +0000
+++ b/mpegvideo.c	Sun Feb 05 13:35:17 2006 +0000
@@ -5963,7 +5963,7 @@
                         DCTELEM *block, int16_t *weight, DCTELEM *orig,
                         int n, int qscale){
     int16_t rem[64];
-    DCTELEM d1[64] __align16;
+    DECLARE_ALIGNED_16(DCTELEM, d1[64]);
     const int *qmat;
     const uint8_t *scantable= s->intra_scantable.scantable;
     const uint8_t *perm_scantable= s->intra_scantable.permutated;