Move array specifiers outside DECLARE_ALIGNED() invocations
Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -55,7 +55,7 @@ typedef struct DNXHDEncContext {
|
||||
int interlaced;
|
||||
int cur_field;
|
||||
|
||||
DECLARE_ALIGNED_16(DCTELEM, blocks[8][64]);
|
||||
DECLARE_ALIGNED_16(DCTELEM, blocks)[8][64];
|
||||
|
||||
int (*qmatrix_c) [64];
|
||||
int (*qmatrix_l) [64];
|
||||
|
||||
Reference in New Issue
Block a user