diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-15 00:52:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-06 21:31:09 +0100 |
| commit | 69c54ad0211bb772d143b37f14d3186f4d767ebb (patch) | |
| tree | 0eaae389e5647b8645e7d606cd82d9dbca0491b5 | |
| parent | 7a3cbe047229b375c24c8d91ac6430d53bda3015 (diff) | |
Basics of setting and storing SMPTE CPL markers.
| -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 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; } |
