Chromium Code Reviews| Index: patched-ffmpeg-mt/libavcodec/rtjpeg.h |
| =================================================================== |
| --- patched-ffmpeg-mt/libavcodec/rtjpeg.h (revision 41250) |
| +++ patched-ffmpeg-mt/libavcodec/rtjpeg.h (working copy) |
| @@ -31,7 +31,7 @@ |
| uint8_t scan[64]; |
| uint32_t lquant[64]; |
| uint32_t cquant[64]; |
| - DECLARE_ALIGNED_16(DCTELEM, block)[64]; |
| + DECLARE_ALIGNED(16, DCTELEM, block)[64]; |
| } RTJpegContext; |
| void rtjpeg_decode_init(RTJpegContext *c, DSPContext *dsp, |