diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-28 20:00:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-29 01:08:53 +0100 |
| commit | 08ed784d80fc2108fa95b3b5089b7bb44a6ee48f (patch) | |
| tree | f2c89eb05f2c1fe5b7a197a023f56657b73db03a /src/lib/create_cli.h | |
| parent | 87133162b564d29592eefbbddc02399e880504b6 (diff) | |
Add --gain 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 9cd790536..ed42e669c 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -39,6 +39,7 @@ public: boost::filesystem::path path; VideoFrameType frame_type; boost::optional<dcp::Channel> channel; + boost::optional<float> gain; }; bool version; |
