Chromium Code Reviews| Index: patched-ffmpeg-mt/libavcodec/mdec.c |
| =================================================================== |
| --- patched-ffmpeg-mt/libavcodec/mdec.c (revision 41250) |
| +++ patched-ffmpeg-mt/libavcodec/mdec.c (working copy) |
| @@ -45,7 +45,7 @@ |
| int mb_width; |
| int mb_height; |
| int mb_x, mb_y; |
| - DECLARE_ALIGNED_16(DCTELEM, block)[6][64]; |
| + DECLARE_ALIGNED(16, DCTELEM, block)[6][64]; |
| uint8_t *bitstream_buffer; |
| unsigned int bitstream_buffer_size; |
| int block_last_index[6]; |