summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-19 17:19:49 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-19 20:50:22 +0100
commit337eb37f9d1a2a928e5dee3a069bd0ce23846d59 (patch)
tree250f99cb6d1c42803598928d82e46840170affcd
parent7c9fdd71ebe24ea926d90fc70ad8afa24719e6e0 (diff)
Initialise a member for safety.
-rw-r--r--src/lib/create_cli.h2
1 files changed, 1 insertions, 1 deletions
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<dcp::Channel> channel;
boost::optional<float> gain;
boost::optional<boost::filesystem::path> kdm;