X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdnxhdenc.h;h=963821ac81a0aa44007fafbe36ba5eda34985d07;hb=0b79fdeb9a81b8a568c7efea1063352338f4aa5b;hp=26c3eec695f310c835bf2f642fa3710660257b7c;hpb=b25d6290c67e193b91becab12e6c88df134cee81;p=ffmpeg diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index 26c3eec695f..963821ac81a 100644 --- a/libavcodec/dnxhdenc.h +++ b/libavcodec/dnxhdenc.h @@ -74,7 +74,7 @@ typedef struct DNXHDEncContext { unsigned min_padding; int intra_quant_bias; - DECLARE_ALIGNED(16, int16_t, blocks)[12][64]; + DECLARE_ALIGNED(32, int16_t, blocks)[12][64]; DECLARE_ALIGNED(16, uint8_t, edge_buf_y)[512]; // has to hold 16x16 uint16 when depth=10 DECLARE_ALIGNED(16, uint8_t, edge_buf_uv)[2][512]; // has to hold 16x16 uint16_t when depth=10