Commit e42e0b11 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/x86/vf_maskedmerge: Clear upper part of width

Fixes crash
Fixes: Ticket5055
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 3689b58a
......@@ -35,6 +35,7 @@ cglobal maskedmerge8, 10, 11, 7, 0, bsrc, osrc, msrc, dst, blinesize, olinesize,
mova m4, [pw_256]
mova m5, [pw_128]
pxor m6, m6
movsxdifnidn wq, wd
add bsrcq, wq
add osrcq, wq
add msrcq, wq
......
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