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-04-29 01:44:15 +0200
commitd5c059a2ff9bab5c2973db6bc4860591679dd42b (patch)
treec8ec57cdeae4c3746f6ff7abd28816310540604b /src/lib/video_content.h
parent5b2b8279d8eb33d31166027d876b4c9f86087bfd (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 3ec884578..7214d35e4 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);