diff dnxhddec.c @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents beb616cf1885
children 98970e51365a
line wrap: on
line diff
--- a/dnxhddec.c	Fri Jan 22 01:59:17 2010 +0000
+++ b/dnxhddec.c	Fri Jan 22 03:25:11 2010 +0000
@@ -39,7 +39,7 @@
     VLC ac_vlc, dc_vlc, run_vlc;
     int last_dc[3];
     DSPContext dsp;
-    DECLARE_ALIGNED_16(DCTELEM, blocks[8][64]);
+    DECLARE_ALIGNED_16(DCTELEM, blocks)[8][64];
     ScanTable scantable;
     const CIDEntry *cid_table;
 } DNXHDContext;