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
avfilter/x86/vf_maskedmerge: Clear upper part of width
Fixes crash Fixes: Ticket5055 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Michael Niedermayer
9 years ago
parent
3689b58a5a
commit
e42e0b11f1
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavfilter/x86/vf_maskedmerge.asm
+ 1
- 0
libavfilter/x86/vf_maskedmerge.asm
View File
@@ -35,6 +35,7 @@ cglobal maskedmerge8, 10, 11, 7, 0, bsrc, osrc, msrc, dst, blinesize, olinesize,
mova m4, [pw_256]
mova m4, [pw_256]
mova m5, [pw_128]
mova m5, [pw_128]
pxor m6, m6
pxor m6, m6
movsxdifnidn wq, wd
add bsrcq, wq
add bsrcq, wq
add osrcq, wq
add osrcq, wq
add msrcq, wq
add msrcq, wq
Write
Preview
Loading…
Cancel
Save