Fixes CID 1452753. --- libavfilter/vf_deshake_opencl.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/libavfilter/vf_deshake_opencl.c b/libavfilter/vf_deshake_opencl.c index c914a77d83..0ef015808f 100644 --- a/libavfilter/vf_deshake_opencl.c +++ b/libavfilter/vf_deshake_opencl.c @@ -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; -- 2.20.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".