X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcreate_cli.h;h=a5e0c394130e2bd476df1652243012c2e4d737f9;hp=f88cdb8e43a20178659c4ce5cdd55f19c38fa97e;hb=HEAD;hpb=9eced47f9801c8f4387d7d54355e52021eb11b18 diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index f88cdb8e4..782aaf974 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -60,17 +60,19 @@ public: private: friend struct ::create_cli_test; - boost::optional template_name; - std::string name; - Ratio const * container_ratio = nullptr; - bool encrypt = false; - bool threed = false; - DCPContentType const * dcp_content_type = nullptr; - dcp::Standard standard = dcp::Standard::SMPTE; - bool no_use_isdcf_name = false; - bool twok = false; - bool fourk = false; - boost::optional j2k_bandwidth; + boost::optional _template_name; + std::string _name; + Ratio const* _container_ratio = nullptr; + bool _no_encrypt = false; + bool _encrypt = false; + bool _twod = false; + bool _threed = false; + DCPContentType const* _dcp_content_type = nullptr; + boost::optional _standard; + bool _no_use_isdcf_name = false; + bool _twok = false; + bool _fourk = false; + boost::optional _j2k_bandwidth; static std::string _help; };