[FFmpeg-cvslog] x86vf_threshold/: use the PBLENDVB macro

James Almer git at videolan.org
Mon Dec 4 07:23:32 EET 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Dec  4 02:20:52 2017 -0300| [b73304f79eba9164162c7faf2c2d06e60728893c] | committer: James Almer

x86vf_threshold/: use the PBLENDVB macro

Fixes building with yasm

Tested-by: stevenliu
Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b73304f79eba9164162c7faf2c2d06e60728893c
---

 libavfilter/x86/vf_threshold.asm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/x86/vf_threshold.asm b/libavfilter/x86/vf_threshold.asm
index fb008c376a..5e595fa13f 100644
--- a/libavfilter/x86/vf_threshold.asm
+++ b/libavfilter/x86/vf_threshold.asm
@@ -52,7 +52,7 @@ cglobal threshold8, 10, 13, 5, in, threshold, min, max, out, ilinesize, tlinesiz
         pxor            m0, m4
         pxor            m1, m4
         pcmpgtb         m0, m1
-        pblendvb        m3, m2, m0
+        PBLENDVB        m3, m2, m0
         movu   [outq + xq], m3
         add             xq, mmsize
     jl .loop



More information about the ffmpeg-cvslog mailing list