Skip to content

Commit 1a0e76b

Browse files
committed
Update initialization of empty class.
1 parent fb92b07 commit 1a0e76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libde265/motion.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1642,8 +1642,8 @@ void derive_spatial_luma_vector_prediction(base_context* ctx,
16421642

16431643
out_availableFlagLXN[0] = false;
16441644
out_availableFlagLXN[1] = false;
1645-
out_mvLXN[0] = MotionVector{};
1646-
out_mvLXN[1] = MotionVector{};
1645+
out_mvLXN[0] = MotionVector{0};
1646+
out_mvLXN[1] = MotionVector{0};
16471647
return;
16481648
}
16491649

0 commit comments

Comments
 (0)