Basic release notes support (#2282).
[dcpomatic.git] / src / lib / create_cli.h
index 9cd7905368a7bdb66092af9470845a6c8372da7a..e6fa69378b479455e36a8d8a3444f78343651793 100644 (file)
@@ -39,6 +39,8 @@ public:
                boost::filesystem::path path;
                VideoFrameType frame_type;
                boost::optional<dcp::Channel> channel;
+               boost::optional<float> gain;
+               boost::optional<boost::filesystem::path> kdm;
        };
 
        bool version;
@@ -56,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;