diff 4xm.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 04b924f8f5a5
children 68721b62a528
line wrap: on
line diff
--- a/4xm.c	Sun Feb 05 10:16:20 2006 +0000
+++ b/4xm.c	Sun Feb 05 13:35:17 2006 +0000
@@ -121,7 +121,7 @@
     int mv[256];
     VLC pre_vlc;
     int last_dc;
-    DCTELEM __align8 block[6][64];
+    DECLARE_ALIGNED_8(DCTELEM, block[6][64]);
     uint8_t *bitstream_buffer;
     unsigned int bitstream_buffer_size;
     CFrameBuffer cfrm[CFRAME_BUFFER_COUNT];