mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/x86/vf_hqdn3d: Fix register types
Fixes Ticket4301 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4240e6a921
commit
52fc3e372f
|
@ -27,8 +27,8 @@ SECTION .text
|
|||
%if lut_bits != 8
|
||||
sar %1q, 8-lut_bits
|
||||
%endif
|
||||
movsx %1d, word [%3q+%1q*2]
|
||||
add %1d, %2d
|
||||
movsx %1q, word [%3q+%1q*2]
|
||||
add %1q, %2q
|
||||
%endmacro
|
||||
|
||||
%macro LOAD 3 ; dstreg, x, bitdepth
|
||||
|
|
Loading…
Reference in New Issue