Cleanup: move some stuff into process_video_frame().
[dcpomatic.git] / src / lib / create_cli.h
index 3a06c64f8e98ea39e6b16d9cbab5abc6ae248636..ed42e669ca81ce9f6d1565ee5124942ddd2b5a15 100644 (file)
@@ -38,6 +38,8 @@ public:
        struct Content {
                boost::filesystem::path path;
                VideoFrameType frame_type;
+               boost::optional<dcp::Channel> channel;
+               boost::optional<float> gain;
        };
 
        bool version;