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