diff wmv2.h @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents 04423b2f6e0b
children 98970e51365a
line wrap: on
line diff
--- a/wmv2.h	Fri Jan 22 01:59:17 2010 +0000
+++ b/wmv2.h	Fri Jan 22 03:25:11 2010 +0000
@@ -50,7 +50,7 @@
     int hshift;
 
     ScanTable abt_scantable[2];
-    DECLARE_ALIGNED_16(DCTELEM, abt_block2[6][64]);
+    DECLARE_ALIGNED_16(DCTELEM, abt_block2)[6][64];
 }Wmv2Context;
 
 void ff_wmv2_common_init(Wmv2Context * w);