diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-19 22:38:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-19 22:38:15 +0100 |
| commit | bec175cf2eb7d288c6f11df751ec969f92e077db (patch) | |
| tree | 0d4cb53c9591d41887199b6768d71516aec771d9 /src/lib/create_cli.h | |
| parent | a259b250cadf7bdeb7c56d214f69fee94ae50ab4 (diff) | |
Add --colourspace opton to create CLI (#2967).
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 108466afd..39024d786 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -42,6 +42,7 @@ public: boost::filesystem::path path; VideoFrameType frame_type = VideoFrameType::TWO_D; bool auto_crop = false; + boost::optional<std::string> colour_conversion; boost::optional<dcp::Channel> channel; boost::optional<float> gain; boost::optional<boost::filesystem::path> kdm; |
