Note that newer libsub version is required.
[dcpomatic.git] / src / lib / create_cli.h
index 1133d21c55396bc5c39f20e55662134eac5b34ae..782aaf97478d10e01063c0373229657af1fd0583 100644 (file)
@@ -63,10 +63,12 @@ private:
        boost::optional<std::string> _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;
-       dcp::Standard _standard = dcp::Standard::SMPTE;
+       boost::optional<dcp::Standard> _standard;
        bool _no_use_isdcf_name = false;
        bool _twok = false;
        bool _fourk = false;