summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-19 17:20:23 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-19 21:11:17 +0100
commit0692355b1e4d29b1ccb6e4b83554ffec342a74ad (patch)
treed5ca5507a01ef9e4cf3f6d496a0ae25876540638 /src/lib/create_cli.h
parent51c9af29b6a0b7914e8bfc9e04106887a1514efd (diff)
Add --auto-crop option to create CLI (#2968).
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 1ce345f1b..875fe10c1 100644
--- a/src/lib/create_cli.h
+++ b/src/lib/create_cli.h
@@ -41,6 +41,7 @@ public:
struct Content {
boost::filesystem::path path;
VideoFrameType frame_type = VideoFrameType::TWO_D;
+ bool auto_crop = false;
boost::optional<dcp::Channel> channel;
boost::optional<float> gain;
boost::optional<boost::filesystem::path> kdm;