Browse Source

x86/vf_gblur: fix reg name in UNIX64 prologue

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.4
James Almer 4 years ago
parent
commit
1628409b18
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/x86/vf_gblur.asm

+ 1
- 1
libavfilter/x86/vf_gblur.asm View File

@@ -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…
Cancel
Save