diff asv1.c @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents bdf4a9ca162a
children 98970e51365a
line wrap: on
line diff
--- a/asv1.c	Fri Jan 22 01:59:17 2010 +0000
+++ b/asv1.c	Fri Jan 22 03:25:11 2010 +0000
@@ -48,7 +48,7 @@
     int mb_height;
     int mb_width2;
     int mb_height2;
-    DECLARE_ALIGNED_16(DCTELEM, block[6][64]);
+    DECLARE_ALIGNED_16(DCTELEM, block)[6][64];
     uint16_t intra_matrix[64];
     int q_intra_matrix[64];
     uint8_t *bitstream_buffer;