Basics of multiple captions per content so that DCPContent can
[dcpomatic.git] / src / lib / playlist.h
index fe19c93c97dc6848e05362db4c34dfdd7659f20a..073e53de71c44dd42d3f0ddfb939071588b1a006 100644 (file)
@@ -64,7 +64,7 @@ public:
 
        int best_video_frame_rate () const;
        DCPTime video_end () const;
-       DCPTime subtitle_end () const;
+       DCPTime caption_end () const;
        FrameRateChange active_frame_rate_change (DCPTime, int dcp_frame_rate) const;
        std::string content_summary (DCPTimePeriod period) const;
        std::pair<double, double> speed_up_range (int dcp_video_frame_rate) const;