X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcreate_cli.h;h=e473be1f2844a84c64d215f82376f70ee307ba23;hb=08c2f6d80873f41c063c71588e781c9e6c3179e9;hp=01e8e66335f32ec8519f0b9549742a690147f80c;hpb=4edc14c8b1410e24f68b510cc14409b96c0338a3;p=dcpomatic.git diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 01e8e6633..e473be1f2 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2019 Carl Hetherington + Copyright (C) 2019-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,15 +18,18 @@ */ -#include "types.h" + +#include "video_frame_type.h" #include #include #include #include + class DCPContentType; class Ratio; + class CreateCLI { public: @@ -35,6 +38,10 @@ public: struct Content { boost::filesystem::path path; VideoFrameType frame_type; + boost::optional channel; + boost::optional gain; + boost::optional kdm; + boost::optional cpl; }; bool version; @@ -48,11 +55,11 @@ public: int still_length; dcp::Standard standard; bool no_use_isdcf_name; - bool no_sign; boost::optional config_dir; boost::optional output_dir; boost::optional error; std::vector content; + bool twok; bool fourk; boost::optional j2k_bandwidth;