mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
vp9: fix overwrite in ff_vp9_ipred_dr_16x16_16_avx2.
Fixes trac issue 6459.
This commit is contained in:
parent
feb13aed79
commit
d35ff98e27
@ -1219,9 +1219,7 @@ cglobal vp9_ipred_dr_16x16_16, 4, 5, 6, dst, stride, l, a
|
||||
vpalignr m4, m1, m5, 14
|
||||
mova [dstq+strideq*8], m3 ; 8
|
||||
mova [dstq+strideq*0], m4 ; 0
|
||||
sub dstq, strideq
|
||||
mova [dst3q+strideq*4], m5 ; 7
|
||||
mova [ dstq+strideq*0], m1 ; -1
|
||||
RET
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user