diff x86/vc1dsp_mmx.c @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents 7a116de63777
children 98970e51365a
line wrap: on
line diff
--- a/x86/vc1dsp_mmx.c	Fri Jan 22 01:59:17 2010 +0000
+++ b/x86/vc1dsp_mmx.c	Fri Jan 22 03:25:11 2010 +0000
@@ -442,7 +442,7 @@
             static const int shift_value[] = { 0, 5, 1, 5 };\
             int              shift = (shift_value[hmode]+shift_value[vmode])>>1;\
             int              r;\
-            DECLARE_ALIGNED_16(int16_t, tmp[12*8]);\
+            DECLARE_ALIGNED_16(int16_t, tmp)[12*8];\
 \
             r = (1<<(shift-1)) + rnd-1;\
             vc1_put_shift_ver_16bits[vmode](tmp, src-1, stride, r, shift);\