diff options
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index fbba9c09d..f23bf0abe 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -171,6 +171,9 @@ public: VideoContent::Frame time_to_content_video_frames (Time) 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>); |
