diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-28 19:36:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-29 01:10:11 +0100 |
| commit | 5f206d32ff60148ab72b35d5823f56bdbb7f50bf (patch) | |
| tree | f9d6ec0d4c5995d72d19e0d5929908822e849f0c /src/lib/create_cli.h | |
| parent | 1523e5d756b2e00db6910e616514e1860c806e17 (diff) | |
Add --channel option to dcpomatic_create.
Diffstat (limited to 'src/lib/create_cli.h')
| -rw-r--r-- | src/lib/create_cli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 3a06c64f8..9cd790536 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -38,6 +38,7 @@ public: struct Content { boost::filesystem::path path; VideoFrameType frame_type; + boost::optional<dcp::Channel> channel; }; bool version; |
