diff postprocess_template.c @ 133:51571e34b760 libpostproc

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents c78bbb57f0b9
children ced16a4fbbec
line wrap: on
line diff
--- a/postprocess_template.c	Sat Jan 16 04:49:02 2010 +0000
+++ b/postprocess_template.c	Fri Jan 22 03:25:11 2010 +0000
@@ -3514,7 +3514,7 @@
                     horizX1Filter(dstBlock-4, stride, QP);
                 else if(mode & H_DEBLOCK){
 #if HAVE_ALTIVEC
-                    DECLARE_ALIGNED(16, unsigned char, tempBlock[272]);
+                    DECLARE_ALIGNED(16, unsigned char, tempBlock)[272];
                     transpose_16x8_char_toPackedAlign_altivec(tempBlock, dstBlock - (4 + 1), stride);
 
                     const int t=vertClassify_altivec(tempBlock-48, 16, &c);