summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-30 11:58:29 +0200
committerCarl Hetherington <cth@carlh.net>2023-09-30 11:58:29 +0200
commitdec7ad14997421accfe0ff9f382f9ffcb4e61ec2 (patch)
treed7e79759946335823c6e2034fa5f9bff18b55ebb /src/lib/create_cli.h
parent4fd32ca36487a1130a58769daee9fae22057ffcb (diff)
Add --twod option to create CLI and stop 2D from being forced over
a template if --threed is not specified (#2620/GH#22).
Diffstat (limited to 'src/lib/create_cli.h')
-rw-r--r--src/lib/create_cli.h1
1 files changed, 1 insertions, 0 deletions
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;