diff ituh263dec.c @ 11195:d464f498e19f libavcodec

Use LOCAL_ALIGNED macro for local arrays
author mru
date Wed, 17 Feb 2010 20:36:20 +0000
parents 34a65026fa06
children 7dd2a45249a9
line wrap: on
line diff
--- a/ituh263dec.c	Wed Feb 17 20:36:12 2010 +0000
+++ b/ituh263dec.c	Wed Feb 17 20:36:20 2010 +0000
@@ -563,7 +563,7 @@
 
 static int h263_skip_b_part(MpegEncContext *s, int cbp)
 {
-    DECLARE_ALIGNED(16, DCTELEM, dblock)[64];
+    LOCAL_ALIGNED_16(DCTELEM, dblock, [64]);
     int i, mbi;
 
     /* we have to set s->mb_intra to zero to decode B-part of PB-frame correctly