Commit 45938f03 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/x86/vf_maskedmerge: move %define out of .nextrow

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 82f3d47b
......@@ -40,9 +40,9 @@ cglobal maskedmerge8, 10, 11, 7, 0, bsrc, osrc, msrc, dst, blinesize, olinesize,
add msrcq, wq
add dstq, wq
neg wq
.nextrow:
mov r10q, wq
%define x r10q
.nextrow:
mov x, wq
.loop:
movh m0, [bsrcq + x]
......
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