[FFmpeg-devel] [PATCH] vp9: fix overwrite in ff_vp9_ipred_dr_16x16_16_avx2.
Ronald S. Bultje
rsbultje at gmail.com
Wed Jun 14 15:46:12 EEST 2017
Fixes trac issue 6459.
---
libavcodec/x86/vp9intrapred_16bpp.asm | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/x86/vp9intrapred_16bpp.asm b/libavcodec/x86/vp9intrapred_16bpp.asm
index 764f704..c651c08 100644
--- a/libavcodec/x86/vp9intrapred_16bpp.asm
+++ b/libavcodec/x86/vp9intrapred_16bpp.asm
@@ -1221,7 +1221,6 @@ cglobal vp9_ipred_dr_16x16_16, 4, 5, 6, dst, stride, l, a
mova [dstq+strideq*0], m4 ; 0
sub dstq, strideq
mova [dst3q+strideq*4], m5 ; 7
- mova [ dstq+strideq*0], m1 ; -1
RET
%endif
--
2.8.1
More information about the ffmpeg-devel
mailing list