Chromium Code Reviews| Index: source/patched-ffmpeg-mt/libavcodec/dv.c |
| =================================================================== |
| --- source/patched-ffmpeg-mt/libavcodec/dv.c (revision 59334) |
| +++ source/patched-ffmpeg-mt/libavcodec/dv.c (working copy) |
| @@ -948,7 +948,7 @@ |
| int mb_x, mb_y, c_offset, linesize, y_stride; |
| uint8_t* y_ptr; |
| uint8_t* dif; |
| - uint8_t scratch[64]; |
| + LOCAL_ALIGNED_8(uint8_t, scratch, [64]); |
| EncBlockInfo enc_blks[5*DV_MAX_BPM]; |
| PutBitContext pbs[5*DV_MAX_BPM]; |
| PutBitContext* pb; |