diff eamad.c @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents 2428d32533f6
children 98970e51365a
line wrap: on
line diff
--- a/eamad.c	Fri Jan 22 01:59:17 2010 +0000
+++ b/eamad.c	Fri Jan 22 03:25:11 2010 +0000
@@ -46,7 +46,7 @@
     AVFrame last_frame;
     void *bitstream_buf;
     unsigned int bitstream_buf_size;
-    DECLARE_ALIGNED_16(DCTELEM, block[64]);
+    DECLARE_ALIGNED_16(DCTELEM, block)[64];
 } MadContext;
 
 static void bswap16_buf(uint16_t *dst, const uint16_t *src, int count)