]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mips/simple_idct_mmi.c
lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h
[ffmpeg] / libavcodec / mips / simple_idct_mmi.c
index 7f4bb74fd200b9420962fbdc5a2c2debda4f9749..73d797ffbc84ae7dca7abd58a36e731e4fca2991 100644 (file)
@@ -39,7 +39,7 @@
 #define COL_SHIFT 20
 #define DC_SHIFT 3
 
-DECLARE_ALIGNED(8, const int16_t, W_arr)[46] = {
+DECLARE_ALIGNED(16, const int16_t, W_arr)[46] = {
     W4,  W2,  W4,  W6,
     W1,  W3,  W5,  W7,
     W4,  W6, -W4, -W2,