summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-01 21:20:51 +0000
committerCarl Hetherington <cth@carlh.net>2022-01-16 00:38:53 +0100
commit7b66e9c9de6df12f49b358d9496a9e64b68db550 (patch)
treea7174cc9c15afb6ee7c8a462b4899d4e86ab4e82 /src/lib/video_content.h
parent348c4507bc8d37de6da9f4b2ecd1ae1b180c47d2 (diff)
Primitive auto-crop (#1477).
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index 2adf941d9..d16af14d8 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -89,6 +89,7 @@ public:
void set_frame_type (VideoFrameType);
+ void set_crop (Crop crop);
void set_left_crop (int);
void set_right_crop (int);
void set_top_crop (int);