diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-17 01:27:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | 2596b1db2fff8a9cc56be97099442dc791692882 (patch) | |
| tree | 519faf7567e5d19276067ee244ad21ee24ac5c9e /src/lib/film.h | |
| parent | 8c365af343a15bee11af53fc6bc16487b83260d1 (diff) | |
Basics of marker writing (part of #782).
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index dd69c9e68..d61612e47 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -298,6 +298,9 @@ public: } boost::optional<DCPTime> marker (dcp::Marker type) const; + std::map<dcp::Marker, DCPTime> markers () const { + return _markers; + } /* SET */ |
