Missing include.
[dcpomatic.git] / src / lib / create_cli.h
index ed42e669ca81ce9f6d1565ee5124942ddd2b5a15..e6fa69378b479455e36a8d8a3444f78343651793 100644 (file)
@@ -40,6 +40,7 @@ public:
                VideoFrameType frame_type;
                boost::optional<dcp::Channel> channel;
                boost::optional<float> gain;
+               boost::optional<boost::filesystem::path> kdm;
        };
 
        bool version;
@@ -57,6 +58,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;