diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-10 00:23:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-10 00:23:48 +0200 |
| commit | 2632343cc712188e0db2afa1e551e4a5086e70fa (patch) | |
| tree | 489fc513bb6f4f5af591ffb792e89fb663fa24b4 /src/lib/video_content.h | |
| parent | 3e96f929fdf740f414b114c5d9765e22fcc46de6 (diff) | |
Remove scale to fit {width,height} options.
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 37223c457..9a7ad6dda 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -173,9 +173,6 @@ public: boost::optional<double> fade (boost::shared_ptr<const Film> film, Frame) const; - void scale_and_crop_to_fit_width (boost::shared_ptr<const Film> film); - void scale_and_crop_to_fit_height (boost::shared_ptr<const Film> film); - std::string processing_description (boost::shared_ptr<const Film> film) const; void set_length (Frame); |
