Rename split-by-video content slightly; fix referencing to multi-reel DCPs.
[dcpomatic.git] / src / lib / video_content.h
index f7689763ff363216486ae6d567a2174bba64614d..c0a609a6ac90ae7891ca9d1cea1d421fb7b30401 100644 (file)
@@ -55,6 +55,11 @@ public:
 
        virtual void set_default_colour_conversion ();
 
+       /** @return points at which to split this content when
+        *  REELTYPE_BY_VIDEO_CONTENT is in use.
+        */
+       virtual std::list<DCPTime> reel_split_points () const;
+
        Frame video_length () const {
                boost::mutex::scoped_lock lm (_mutex);
                return _video_length;