Assorted image subtitle fixes.
[dcpomatic.git] / src / lib / ffmpeg_examiner.h
index b873222c112e3d06c77bb989475f2a69f4bc7bbe..34d4b1e0d341304f4f9ff903f7debcc958421a40 100644 (file)
@@ -55,7 +55,7 @@ private:
        std::string audio_stream_name (AVStream* s) const;
        std::string subtitle_stream_name (AVStream* s) const;
        boost::optional<ContentTime> frame_time (AVStream* s) const;
-       
+
        std::vector<boost::shared_ptr<FFmpegSubtitleStream> > _subtitle_streams;
        std::vector<boost::shared_ptr<FFmpegAudioStream> > _audio_streams;
        boost::optional<ContentTime> _first_video;
@@ -64,4 +64,6 @@ private:
         */
        ContentTime _video_length;
        bool _need_video_length;
+
+       boost::optional<ContentTime> _last_subtitle_start;
 };