summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-15 00:52:56 +0000
committerCarl Hetherington <cth@carlh.net>2019-05-06 21:31:09 +0100
commit69c54ad0211bb772d143b37f14d3186f4d767ebb (patch)
tree0eaae389e5647b8645e7d606cd82d9dbca0491b5
parent7a3cbe047229b375c24c8d91ac6430d53bda3015 (diff)
Basics of setting and storing SMPTE CPL markers.
-rw-r--r--src/lib/film.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index e5d29145c..6adf5855e 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -299,6 +299,7 @@ public:
}
boost::optional<DCPTime> marker (dcp::Marker type) const;
+
std::map<dcp::Marker, DCPTime> markers () const {
return _markers;
}