diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-06 01:07:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-08 01:29:35 +0200 |
| commit | 3617ae6e58623bd259d71b66928dc1ed74a5c822 (patch) | |
| tree | dcc182de525790732ce9027ee0683bd42bee6414 /src/lib/film.h | |
| parent | 1473b29c1ad13024baebf9e8a63024f6484610e8 (diff) | |
Add Film::reels_for_type().
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index f12d97f12..2699daa4e 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -480,6 +480,7 @@ private: void set_dirty(bool dirty); void write_ui_state() const; void check_reel_boundaries_for_atmos(); + std::vector<dcpomatic::DCPTimePeriod> reels_for_type(ReelType type) const; /** Log to write to */ std::shared_ptr<Log> _log; |
