From f7610c3c202df736c518a826bef21da41df38aa4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 28 Nov 2021 20:00:09 +0100 Subject: Add --gain option to dcpomatic_create. --- src/lib/create_cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/create_cli.h') 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 channel; + boost::optional gain; }; bool version; -- cgit v1.2.3