comparison wmv2.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 34a65026fa06
children
comparison
equal deleted inserted replaced
11368:3d4f64b8fb10 11369:98970e51365a
48 int per_mb_rl_bit; 48 int per_mb_rl_bit;
49 int skip_type; 49 int skip_type;
50 int hshift; 50 int hshift;
51 51
52 ScanTable abt_scantable[2]; 52 ScanTable abt_scantable[2];
53 DECLARE_ALIGNED_16(DCTELEM, abt_block2)[6][64]; 53 DECLARE_ALIGNED(16, DCTELEM, abt_block2)[6][64];
54 }Wmv2Context; 54 }Wmv2Context;
55 55
56 void ff_wmv2_common_init(Wmv2Context * w); 56 void ff_wmv2_common_init(Wmv2Context * w);
57 57
58 #endif /* AVCODEC_WMV2_H */ 58 #endif /* AVCODEC_WMV2_H */