diff cavs.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 ba1c541f7e8a
children 1241c824de46
line wrap: on
line diff
--- a/cavs.h	Sat Mar 06 12:40:43 2010 +0000
+++ b/cavs.h	Sat Mar 06 14:24:59 2010 +0000
@@ -136,7 +136,7 @@
   MV_BWD_X3
 };
 
-DECLARE_ALIGNED_8(typedef, struct) {
+DECLARE_ALIGNED(8, typedef, struct) {
     int16_t x;
     int16_t y;
     int16_t dist;