summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-17 01:27:02 +0000
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:42 +0100
commit2596b1db2fff8a9cc56be97099442dc791692882 (patch)
tree519faf7567e5d19276067ee244ad21ee24ac5c9e /src/lib/film.h
parent8c365af343a15bee11af53fc6bc16487b83260d1 (diff)
Basics of marker writing (part of #782).
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h3
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 */