Add basic Collator::find() method.
[dcpomatic.git] / src / lib / create_cli.h
index 177d56f7b908c83d16efec67b51e3c93ae40e05d..e473be1f2844a84c64d215f82376f70ee307ba23 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 
-#include "types.h"
+#include "video_frame_type.h"
 #include <dcp/types.h>
 #include <boost/optional.hpp>
 #include <boost/filesystem.hpp>
@@ -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;