提交 8997bb88 编写于 作者: M Mans Rullgard

bink: use LOCAL_ALIGNED for aligned stack data

Signed-off-by: NMans Rullgard <mans@mansr.com>
上级 04973f80
......@@ -790,7 +790,7 @@ static int binkb_decode_plane(BinkContext *c, GetBitContext *gb, int plane_idx,
int v, col[2];
const uint8_t *scan;
int xoff, yoff;
DECLARE_ALIGNED(16, DCTELEM, block[64]);
LOCAL_ALIGNED_16(DCTELEM, block, [64]);
int coordmap[64];
int ybias = is_key ? -15 : 0;
int qp;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册