Commit df2a2643 authored by Rodger Combs's avatar Rodger Combs Committed by Michael Niedermayer

tests/checkasm: fix stack smash in check_loopfilter

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent cf2719ab
......@@ -197,6 +197,9 @@ static void check_loopfilter()
midoff = (dir ? 16 * 8 : 8) * SIZEOF_PIXEL;
midoff_aligned = (dir ? 16 * 8 : 16) * SIZEOF_PIXEL;
buf0 = base0 + midoff_aligned;
buf1 = base1 + midoff_aligned;
// 16wd_16px loopfilter
if (check_func(dsp.loop_filter_16[dir],
"vp9_loop_filter_%s_16_16_%dbpp",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment