diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-19 17:20:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-19 20:50:22 +0100 |
| commit | 51c9af29b6a0b7914e8bfc9e04106887a1514efd (patch) | |
| tree | 2ba82394da54ea13f4b7c8ce4235a2abae81b21d | |
| parent | 337eb37f9d1a2a928e5dee3a069bd0ce23846d59 (diff) | |
Fix a typo fillm -> film.
| -rw-r--r-- | src/lib/guess_crop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/guess_crop.h b/src/lib/guess_crop.h index 7c500faf0..d88fcca89 100644 --- a/src/lib/guess_crop.h +++ b/src/lib/guess_crop.h @@ -30,6 +30,6 @@ class Image; Crop guess_crop_by_brightness(std::shared_ptr<const Image> image, double threshold); -Crop guess_crop_by_brightness(std::shared_ptr<const Film> fillm, std::shared_ptr<const Content> content, double threshold, dcpomatic::ContentTime position); +Crop guess_crop_by_brightness(std::shared_ptr<const Film> film, std::shared_ptr<const Content> content, double threshold, dcpomatic::ContentTime position); Crop guess_crop_by_alpha(std::shared_ptr<const Image> image); |
