Commit 52fc3e37 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/x86/vf_hqdn3d: Fix register types

Fixes Ticket4301
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4240e6a9
...@@ -27,8 +27,8 @@ SECTION .text ...@@ -27,8 +27,8 @@ SECTION .text
%if lut_bits != 8 %if lut_bits != 8
sar %1q, 8-lut_bits sar %1q, 8-lut_bits
%endif %endif
movsx %1d, word [%3q+%1q*2] movsx %1q, word [%3q+%1q*2]
add %1d, %2d add %1q, %2q
%endmacro %endmacro
%macro LOAD 3 ; dstreg, x, bitdepth %macro LOAD 3 ; dstreg, x, bitdepth
......
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