diff vp56.h @ 11369:98970e51365a libavcodec

Remove DECLARE_ALIGNED_{8,16} macros These macros are redundant. All uses are replaced with the generic DECLARE_ALIGNED macro instead.
author mru
date Sat, 06 Mar 2010 14:24:59 +0000
parents c57e72227d7d
children 7dd2a45249a9
line wrap: on
line diff
--- a/vp56.h	Sat Mar 06 12:40:43 2010 +0000
+++ b/vp56.h	Sat Mar 06 14:24:59 2010 +0000
@@ -121,7 +121,7 @@
     /* blocks / macroblock */
     VP56mb mb_type;
     VP56Macroblock *macroblocks;
-    DECLARE_ALIGNED_16(DCTELEM, block_coeff)[6][64];
+    DECLARE_ALIGNED(16, DCTELEM, block_coeff)[6][64];
 
     /* motion vectors */
     VP56mv mv[6];  /* vectors for each block in MB */