X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=4206efc2c487d047a744d6634271f810d6d447e2;hb=04533b9cf34ce8089113015715083ee9c5b2b001;hp=8313c73eeb8a32b8d65a79e2caa6d22466966042;hpb=39bc73fe192f932ed6695eb87b19de446e8b4f55;p=dcpomatic.git 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);