From 337eb37f9d1a2a928e5dee3a069bd0ce23846d59 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Mar 2025 17:19:49 +0100 Subject: Initialise a member for safety. --- src/lib/create_cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 0c4d97b6c..1ce345f1b 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -40,7 +40,7 @@ public: struct Content { boost::filesystem::path path; - VideoFrameType frame_type; + VideoFrameType frame_type = VideoFrameType::TWO_D; boost::optional channel; boost::optional gain; boost::optional kdm; -- cgit v1.2.3