diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-16 20:50:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-16 20:50:23 +0100 |
| commit | 504367ecc42018d6c2c2542172900701e34090bf (patch) | |
| tree | fbbd1a1b75f56032f2d17c4bfa0574f0f3ab72df /src/lib/create_cli.h | |
| parent | 81a9a5b520ae6d1b89e6a2eb052f023ba329bcc4 (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; |
