]> git.sesse.net Git - ffmpeg/commit
x86/vf_gblur: fix postscale_slice prologue
authorJames Almer <jamrial@gmail.com>
Wed, 17 Feb 2021 13:46:36 +0000 (10:46 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 17 Feb 2021 16:33:20 +0000 (13:33 -0300)
commit2b4da1cb8c2984b37e5c912e103a1b8b734e7c1f
treef309e7984e741faddd2124847a3d211e91c516f2
parent670051b52487cf71890909d1020a067169d743cc
x86/vf_gblur: fix postscale_slice prologue

x86_32 ABI does not pass float arguments directly on xmm regs, and the Win64
ABI uses only the first four regs for this purpose.

Signed-off-by: James Almer <jamrial@gmail.com>
libavfilter/vf_gblur.c
libavfilter/x86/vf_gblur.asm