summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-12 22:27:50 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-12 22:27:50 +0100
commit04533b9cf34ce8089113015715083ee9c5b2b001 (patch)
tree582334f3740be291a78cc97de403b4295d8847c1 /src/lib/video_content.h
parent4e411ea97b4dab8a5fa282d1d4cf7971ef1e24ad (diff)
parent51f1885e63193b8ab62a51089298c3711269d2a3 (diff)
Merge master.
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index 8313c73ee..4206efc2c 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -171,6 +171,9 @@ public:
ContentTime dcp_time_to_content_time (DCPTime) const;
+ void scale_and_crop_to_fit_width ();
+ void scale_and_crop_to_fit_height ();
+
protected:
void take_from_video_examiner (boost::shared_ptr<VideoExaminer>);