X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcreate_cli.h;h=97e0910567686bb8251d6abcb30f3442f18d2bb1;hb=2f796cd531de522a3b7ed03a9942f3c55f3a0b5b;hp=1f1cb3cc4da5948e019cc876a368b0344801e899;hpb=64a9030f3869e01c488a291da1c036d4e7615388;p=dcpomatic.git diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 1f1cb3cc4..97e091056 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -45,15 +45,15 @@ public: DCPContentType const * dcp_content_type; boost::optional 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 config_dir; boost::optional output_dir; boost::optional error; std::vector content; + bool fourk; + boost::optional j2k_bandwidth; private: static std::string _help;