diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-28 20:36:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-09 17:04:02 +0100 |
| commit | cc83f20bacf7c012f1d02a83aa06151a2c693062 (patch) | |
| tree | b5c852ca0d2db150d53e7bae484ef91615c1cbee /src/lib/create_cli.h | |
| parent | fbdc606db9bb59f7c4f4ccab0c82e13552c87abf (diff) | |
Add --kdm option to dcpomatic_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 177d56f7b..e6fa69378 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -40,6 +40,7 @@ public: VideoFrameType frame_type; boost::optional<dcp::Channel> channel; boost::optional<float> gain; + boost::optional<boost::filesystem::path> kdm; }; bool version; |
