summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-28 20:00:09 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-29 01:10:16 +0100
commitf7610c3c202df736c518a826bef21da41df38aa4 (patch)
tree2f1ca97a02b54ca02bcb89eaaf2cba85ab39f305 /src/lib/create_cli.h
parent5f206d32ff60148ab72b35d5823f56bdbb7f50bf (diff)
Add --gain option to dcpomatic_create.
Diffstat (limited to 'src/lib/create_cli.h')
-rw-r--r--src/lib/create_cli.h1
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;