projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c9fdd7
)
Initialise a member for safety.
author
Carl Hetherington
<cth@carlh.net>
Wed, 19 Mar 2025 16:19:49 +0000
(17:19 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Wed, 19 Mar 2025 19:50:22 +0000
(20:50 +0100)
src/lib/create_cli.h
patch
|
blob
|
history
diff --git
a/src/lib/create_cli.h
b/src/lib/create_cli.h
index 0c4d97b6c7d2bc0bc06cf1b0fa43efef3034e65c..1ce345f1b735c77eeae17d7f312417dbf303377e 100644
(file)
--- 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;