Basics of setting and storing SMPTE CPL markers.
authorCarl Hetherington <cth@carlh.net>
Fri, 15 Mar 2019 00:52:56 +0000 (00:52 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 May 2019 20:31:09 +0000 (21:31 +0100)
src/lib/film.h

index e5d29145c8761a25705fd7f92989c20cbf952f41..6adf5855e7680a82f1252e295bd57fc607914075 100644 (file)
@@ -299,6 +299,7 @@ public:
        }
 
        boost::optional<DCPTime> marker (dcp::Marker type) const;
+
        std::map<dcp::Marker, DCPTime> markers () const {
                return _markers;
        }