diff mpegvideo_enc.c @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents f6afc7837f83
children d464f498e19f
line wrap: on
line diff
--- a/mpegvideo_enc.c	Fri Jan 22 01:59:17 2010 +0000
+++ b/mpegvideo_enc.c	Fri Jan 22 03:25:11 2010 +0000
@@ -3311,7 +3311,7 @@
                         DCTELEM *block, int16_t *weight, DCTELEM *orig,
                         int n, int qscale){
     int16_t rem[64];
-    DECLARE_ALIGNED_16(DCTELEM, d1[64]);
+    DECLARE_ALIGNED_16(DCTELEM, d1)[64];
     const uint8_t *scantable= s->intra_scantable.scantable;
     const uint8_t *perm_scantable= s->intra_scantable.permutated;
 //    unsigned int threshold1, threshold2;