diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-16 20:50:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-16 21:00:36 +0100 |
| commit | 09f8b57ac237c98eae648fc31093cf22495db740 (patch) | |
| tree | 9b62300492c07f6081f7fff667e1fcbe14a0fd7d /src/lib/create_cli.h | |
| parent | b2d7764f628926763e648924b267855c59ab4349 (diff) | |
Add --twok option to dcpomatic2_create.
Diffstat (limited to 'src/lib/create_cli.h')
| -rw-r--r-- | src/lib/create_cli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index ed42e669c..177d56f7b 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -57,6 +57,7 @@ public: boost::optional<boost::filesystem::path> output_dir; boost::optional<std::string> error; std::vector<Content> content; + bool twok; bool fourk; boost::optional<int> j2k_bandwidth; |
