Trying to create export audio encoders with between 9 and 15 channels
[dcpomatic.git] / src / lib / create_cli.h
index 1f1cb3cc4da5948e019cc876a368b0344801e899..97e0910567686bb8251d6abcb30f3442f18d2bb1 100644 (file)
@@ -45,15 +45,15 @@ public:
        DCPContentType const * dcp_content_type;
        boost::optional<int> dcp_frame_rate;
        Ratio const * container_ratio;
-       Ratio const * content_ratio;
        int still_length;
        dcp::Standard standard;
        bool no_use_isdcf_name;
-       bool no_sign;
        boost::optional<boost::filesystem::path> config_dir;
        boost::optional<boost::filesystem::path> output_dir;
        boost::optional<std::string> error;
        std::vector<Content> content;
+       bool fourk;
+       boost::optional<int> j2k_bandwidth;
 
 private:
        static std::string _help;