Chromium Code Reviews| Index: patched-ffmpeg-mt/libavcodec/wmv2.h |
| =================================================================== |
| --- patched-ffmpeg-mt/libavcodec/wmv2.h (revision 41250) |
| +++ patched-ffmpeg-mt/libavcodec/wmv2.h (working copy) |
| @@ -50,7 +50,7 @@ |
| int hshift; |
| ScanTable abt_scantable[2]; |
| - DECLARE_ALIGNED_16(DCTELEM, abt_block2)[6][64]; |
| + DECLARE_ALIGNED(16, DCTELEM, abt_block2)[6][64]; |
| }Wmv2Context; |
| void ff_wmv2_common_init(Wmv2Context * w); |