X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fspeedhq.c;h=6d3487ca19b9aa4a3050644364b5ef5b5b01ae1a;hb=4c0a8ff0610c15cb1ceeca037d6b7c8fd3b2420a;hp=47b1e4dc7a5b039d2eb67bea3d4a1337acb34f7f;hpb=00a61f30a05a76d10e04253987202e41f8703ebe;p=ffmpeg diff --git a/libavcodec/speedhq.c b/libavcodec/speedhq.c index 47b1e4dc7a5..6d3487ca19b 100644 --- a/libavcodec/speedhq.c +++ b/libavcodec/speedhq.c @@ -224,7 +224,7 @@ static inline int decode_dct_block(const SHQContext *s, GetBitContext *gb, int l { const int *quant_matrix = s->quant_matrix; const uint8_t *scantable = s->intra_scantable.permutated; - LOCAL_ALIGNED_16(int16_t, block, [64]); + LOCAL_ALIGNED_32(int16_t, block, [64]); int dc_offset; s->bdsp.clear_block(block);