comparison 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
comparison
equal deleted inserted replaced
10960:10759fd39860 10961:34a65026fa06
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 */