Basics of DCP subtitle import.
[dcpomatic.git] / src / lib / player.h
index 0c58af44503c7588e20db0eeab0c62418f88f705..7fbeebc8c2f4432c85bd101fc3c2bea18ae0fc12 100644 (file)
@@ -88,7 +88,7 @@ public:
 
        std::list<boost::shared_ptr<PlayerVideo> > get_video (DCPTime time, bool accurate);
        boost::shared_ptr<AudioBuffers> get_audio (DCPTime time, DCPTime length, bool accurate);
-       PlayerSubtitles get_subtitles (DCPTime time, DCPTime length);
+       PlayerSubtitles get_subtitles (DCPTime time, DCPTime length, bool starting);
 
        void set_video_container_size (dcp::Size);
        void set_approximate_size ();