X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcreate_cli.h;h=3a06c64f8e98ea39e6b16d9cbab5abc6ae248636;hb=fc4c3e7f0a08d9e2350edb56fa76258114042960;hp=d0c81590cc87e9d97f2a500db2c4ea7ffda91208;hpb=5bb7cf0132f37e2eea67c72f61d1f2b23b440596;p=dcpomatic.git diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index d0c81590c..3a06c64f8 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2019 Carl Hetherington + Copyright (C) 2019-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,15 +18,18 @@ */ + #include "types.h" #include #include #include #include + class DCPContentType; class Ratio; + class CreateCLI { public: @@ -45,16 +48,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;