Add --gain option to dcpomatic_create.
[dcpomatic.git] / src / lib / create_cli.h
index 9cd7905368a7bdb66092af9470845a6c8372da7a..ed42e669ca81ce9f6d1565ee5124942ddd2b5a15 100644 (file)
@@ -39,6 +39,7 @@ public:
                boost::filesystem::path path;
                VideoFrameType frame_type;
                boost::optional<dcp::Channel> channel;
+               boost::optional<float> gain;
        };
 
        bool version;