From dec7ad14997421accfe0ff9f382f9ffcb4e61ec2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 30 Sep 2023 11:58:29 +0200 Subject: Add --twod option to create CLI and stop 2D from being forced over a template if --threed is not specified (#2620/GH#22). --- src/lib/create_cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/create_cli.h') diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 1133d21c5..dfc922b07 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -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; -- cgit v1.2.3