Allow specification of the CPL ID to use in a DCP with _create (#2302).
[dcpomatic.git] / src / lib / create_cli.h
index 177d56f7b908c83d16efec67b51e3c93ae40e05d..a5e0c394130e2bd476df1652243012c2e4d737f9 100644 (file)
@@ -40,6 +40,8 @@ public:
                VideoFrameType frame_type;
                boost::optional<dcp::Channel> channel;
                boost::optional<float> gain;
+               boost::optional<boost::filesystem::path> kdm;
+               boost::optional<std::string> cpl;
        };
 
        bool version;