From 83e5567530d0be24490abdda46d196e4279c5030 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 13 May 2015 00:41:50 +0100 Subject: Look up unknown subtitle end times from the data prepared by the examiner. --- src/lib/ffmpeg_decoder.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib/ffmpeg_decoder.h') diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index b5bcdd358..0a0eea18a 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -67,10 +67,6 @@ private: void maybe_add_subtitle (); boost::shared_ptr deinterleave_audio (uint8_t** data, int size); - boost::optional _pending_subtitle_from; - boost::shared_ptr _pending_subtitle_image; - boost::optional > _pending_subtitle_rect; - std::list image_subtitles_during (ContentTimePeriod, bool starting) const; std::list text_subtitles_during (ContentTimePeriod, bool starting) const; -- cgit v1.2.3