Move reel_split_points from VideoContent to Content.
[dcpomatic.git] / src / lib / content.h
index b91b5778c8be7f855fbb25f3db9d24ed13550968..7301546eb55b380ab93dd1281ff75420db636778 100644 (file)
@@ -86,6 +86,10 @@ public:
        virtual void as_xml (xmlpp::Node *) const;
        virtual DCPTime full_length () const = 0;
        virtual std::string identifier () const;
+       /** @return points at which to split this content when
+        *  REELTYPE_BY_VIDEO_CONTENT is in use.
+        */
+       virtual std::list<DCPTime> reel_split_points () const;
 
        std::list<std::pair<std::string, std::string> > properties () const;