mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
x86/vf_gblur: fix reg name in UNIX64 prologue
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
3c77584be8
commit
1628409b18
@ -202,7 +202,7 @@ cglobal postscale_slice, 2, 2, 4, ptr, length, postscale, min, max
|
||||
%else ; UNIX64
|
||||
VBROADCASTSS m0, xm0
|
||||
VBROADCASTSS m1, xm1
|
||||
VBROADCASTSS m2, xm3
|
||||
VBROADCASTSS m2, xm2
|
||||
%endif
|
||||
|
||||
.loop:
|
||||
|
Loading…
Reference in New Issue
Block a user