summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-28 19:36:06 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-29 01:08:53 +0100
commit87133162b564d29592eefbbddc02399e880504b6 (patch)
tree55f8830149e1dcf43401997faf5bada1811a9b61 /src/lib/create_cli.h
parent7b7455685ef18e7b84909f4b0a81a985c60940da (diff)
Add --channel option to dcpomatic_create.
Diffstat (limited to 'src/lib/create_cli.h')
-rw-r--r--src/lib/create_cli.h1
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;