Merge master.
[dcpomatic.git] / src / lib / video_content.h
index 8313c73eeb8a32b8d65a79e2caa6d22466966042..4206efc2c487d047a744d6634271f810d6d447e2 100644 (file)
@@ -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>);