diff eatqi.c @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents 3dcbde0de577
children 98970e51365a
line wrap: on
line diff
--- a/eatqi.c	Fri Jan 22 01:59:17 2010 +0000
+++ b/eatqi.c	Fri Jan 22 03:25:11 2010 +0000
@@ -40,7 +40,7 @@
     AVFrame frame;
     void *bitstream_buf;
     unsigned int bitstream_buf_size;
-    DECLARE_ALIGNED_16(DCTELEM, block[6][64]);
+    DECLARE_ALIGNED_16(DCTELEM, block)[6][64];
 } TqiContext;
 
 static av_cold int tqi_decode_init(AVCodecContext *avctx)