Commit a14a0d7c authored by Michael Niedermayer's avatar Michael Niedermayer

dirac: fix segfault in horizontal_compose_haar

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 30647fb4
......@@ -209,7 +209,7 @@ cglobal horizontal_compose_haar%2i_%1, 3,6,4, b, tmp, w, x, w2, b_w2
jl .end
.highpass_loop:
mova m1, [b_w2q + 2*xq]
movu m1, [b_w2q + 2*xq]
mova m0, [tmpq + 2*xq]
paddw m1, m0
......
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