comparison vp56.h @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents c7c1c6b35a73
children c57e72227d7d
comparison
equal deleted inserted replaced
10960:10759fd39860 10961:34a65026fa06
118 DCTELEM prev_dc[3][3]; /* [plan][ref_frame] */ 118 DCTELEM prev_dc[3][3]; /* [plan][ref_frame] */
119 119
120 /* blocks / macroblock */ 120 /* blocks / macroblock */
121 VP56mb mb_type; 121 VP56mb mb_type;
122 VP56Macroblock *macroblocks; 122 VP56Macroblock *macroblocks;
123 DECLARE_ALIGNED_16(DCTELEM, block_coeff[6][64]); 123 DECLARE_ALIGNED_16(DCTELEM, block_coeff)[6][64];
124 124
125 /* motion vectors */ 125 /* motion vectors */
126 VP56mv mv[6]; /* vectors for each block in MB */ 126 VP56mv mv[6]; /* vectors for each block in MB */
127 VP56mv vector_candidate[2]; 127 VP56mv vector_candidate[2];
128 int vector_candidate_pos; 128 int vector_candidate_pos;