Chromium Code Reviews| Index: patched-ffmpeg-mt/libavcodec/eamad.c |
| =================================================================== |
| --- patched-ffmpeg-mt/libavcodec/eamad.c (revision 41250) |
| +++ patched-ffmpeg-mt/libavcodec/eamad.c (working copy) |
| @@ -46,7 +46,7 @@ |
| AVFrame last_frame; |
| void *bitstream_buf; |
| unsigned int bitstream_buf_size; |
| - DECLARE_ALIGNED_16(DCTELEM, block)[64]; |
| + DECLARE_ALIGNED(16, DCTELEM, block)[64]; |
| } MadContext; |
| static void bswap16_buf(uint16_t *dst, const uint16_t *src, int count) |