diff ituh263dec.c @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents d0657e337f91
children d464f498e19f
line wrap: on
line diff
--- a/ituh263dec.c	Fri Jan 22 01:59:17 2010 +0000
+++ b/ituh263dec.c	Fri Jan 22 03:25:11 2010 +0000
@@ -563,7 +563,7 @@
 
 static int h263_skip_b_part(MpegEncContext *s, int cbp)
 {
-    DECLARE_ALIGNED(16, DCTELEM, dblock[64]);
+    DECLARE_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