This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
3c77584be8
commit
1628409b18
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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, xm
3
VBROADCASTSS m2, xm
2
%endif
.loop:
Write
Preview
Loading…
Cancel
Save