Allow specification of the CPL ID to use in a DCP with _create (#2302).
[dcpomatic.git] / src / lib / create_cli.h
index 9cd7905368a7bdb66092af9470845a6c8372da7a..a5e0c394130e2bd476df1652243012c2e4d737f9 100644 (file)
@@ -39,6 +39,9 @@ public:
                boost::filesystem::path path;
                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;
@@ -56,6 +59,7 @@ public:
        boost::optional<boost::filesystem::path> output_dir;
        boost::optional<std::string> error;
        std::vector<Content> content;
+       bool twok;
        bool fourk;
        boost::optional<int> j2k_bandwidth;