Add --twod option to create CLI and stop 2D from being forced over
[dcpomatic.git] / src / lib / create_cli.h
index 1133d21c55396bc5c39f20e55662134eac5b34ae..dfc922b07b24854b70fe5b00f922b0f8d2ba94ea 100644 (file)
@@ -64,6 +64,7 @@ private:
        std::string _name;
        Ratio const* _container_ratio = nullptr;
        bool _encrypt = false;
+       bool _twod = false;
        bool _threed = false;
        DCPContentType const* _dcp_content_type = nullptr;
        dcp::Standard _standard = dcp::Standard::SMPTE;