MSVC-compatible __align8/__align16 declaration
patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Diego Biurrun

parent
04c669ba98
commit
68b51e58ce
@@ -45,9 +45,9 @@ typedef struct MDECContext{
|
||||
int mb_width;
|
||||
int mb_height;
|
||||
int mb_x, mb_y;
|
||||
DCTELEM __align8 block[6][64];
|
||||
uint16_t __align8 intra_matrix[64];
|
||||
int __align8 q_intra_matrix[64];
|
||||
DECLARE_ALIGNED_8(DCTELEM, block[6][64]);
|
||||
DECLARE_ALIGNED_8(uint16_t, intra_matrix[64]);
|
||||
DECLARE_ALIGNED_8(int, q_intra_matrix[64]);
|
||||
uint8_t *bitstream_buffer;
|
||||
unsigned int bitstream_buffer_size;
|
||||
int block_last_index[6];
|
||||
|
Reference in New Issue
Block a user