X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcreate_cli.h;h=ed42e669ca81ce9f6d1565ee5124942ddd2b5a15;hb=f7610c3c202df736c518a826bef21da41df38aa4;hp=a9d9daa22e2e0bbdc3d6a6e92d68f4f41240b9f8;hpb=d6e7451225ededfc352b3e17b50f91afccca03a3;p=dcpomatic.git diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index a9d9daa22..ed42e669c 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 #include #include #include + class DCPContentType; class Ratio; + class CreateCLI { public: @@ -35,6 +38,8 @@ public: struct Content { boost::filesystem::path path; VideoFrameType frame_type; + boost::optional channel; + boost::optional gain; }; bool version; @@ -45,11 +50,9 @@ public: DCPContentType const * dcp_content_type; boost::optional dcp_frame_rate; Ratio const * container_ratio; - Ratio const * content_ratio; 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;