X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcreate_cli.h;h=9cd7905368a7bdb66092af9470845a6c8372da7a;hb=5f206d32ff60148ab72b35d5823f56bdbb7f50bf;hp=97e0910567686bb8251d6abcb30f3442f18d2bb1;hpb=8755ef75cb001cf7fba230ffa98fb40eb2547849;p=dcpomatic.git diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 97e091056..9cd790536 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,7 @@ public: struct Content { boost::filesystem::path path; VideoFrameType frame_type; + boost::optional channel; }; bool version;