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
lavfi/vf_deshake_opencl: Avoid propagating uninitialised data
Fixes CID 1452753.
tags/n4.3
Mark Thompson
6 years ago
parent
e1b5620b62
commit
f130b22119
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavfilter/vf_deshake_opencl.c
+ 2
- 0
libavfilter/vf_deshake_opencl.c
View File
@@ -757,6 +757,8 @@ static FrameDelta decompose_transform(double *model)
double f = model[5];
double delta = a * d - b * c;
memset(&ret, 0, sizeof(ret));
ret.translation.s[0] = e;
ret.translation.s[1] = f;
Write
Preview
Loading…
Cancel
Save