diff options
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 86efeee7b..de3d3f3a2 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -530,6 +530,12 @@ VideoContent::set_length (Frame len) } void +VideoContent::set_crop (Crop c) +{ + maybe_set (_crop, c, VideoContentProperty::CROP); +} + +void VideoContent::set_left_crop (int c) { maybe_set (_crop.left, c, VideoContentProperty::CROP); |
