diff options
Diffstat (limited to 'src/lib/create_cli.h')
| -rw-r--r-- | src/lib/create_cli.h | 2 |
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; |
