comparison dnxhdenc.h @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents 19a4f1ecd8fe
children 98970e51365a
comparison
equal deleted inserted replaced
10960:10759fd39860 10961:34a65026fa06
53 unsigned dct_y_offset; 53 unsigned dct_y_offset;
54 unsigned dct_uv_offset; 54 unsigned dct_uv_offset;
55 int interlaced; 55 int interlaced;
56 int cur_field; 56 int cur_field;
57 57
58 DECLARE_ALIGNED_16(DCTELEM, blocks[8][64]); 58 DECLARE_ALIGNED_16(DCTELEM, blocks)[8][64];
59 59
60 int (*qmatrix_c) [64]; 60 int (*qmatrix_c) [64];
61 int (*qmatrix_l) [64]; 61 int (*qmatrix_l) [64];
62 uint16_t (*qmatrix_l16)[2][64]; 62 uint16_t (*qmatrix_l16)[2][64];
63 uint16_t (*qmatrix_c16)[2][64]; 63 uint16_t (*qmatrix_c16)[2][64];