From 69c54ad0211bb772d143b37f14d3186f4d767ebb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 15 Mar 2019 00:52:56 +0000 Subject: [PATCH] Basics of setting and storing SMPTE CPL markers. --- src/lib/film.h | 1 + 1 file changed, 1 insertion(+) 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 marker (dcp::Marker type) const; + std::map markers () const { return _markers; } -- 2.30.2