]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/speedhq.c
Merge commit '628ce8b8b6b80cb3985d39e195b71b9d7fad9008'
[ffmpeg] / libavcodec / speedhq.c
index 47b1e4dc7a5b039d2eb67bea3d4a1337acb34f7f..6d3487ca19b9aa4a3050644364b5ef5b5b01ae1a 100644 (file)
@@ -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);