diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-13 00:41:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-13 00:41:50 +0100 |
| commit | 83e5567530d0be24490abdda46d196e4279c5030 (patch) | |
| tree | ae1b8f679fa448d7fc48b7a0521e52c256611cd6 /src/lib/ffmpeg_decoder.h | |
| parent | 2bfd531137f1a4874493186015046e33c5a07c1e (diff) | |
Look up unknown subtitle end times from the data prepared by the examiner.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 4 |
1 files changed, 0 insertions, 4 deletions
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<AudioBuffers> deinterleave_audio (uint8_t** data, int size); - boost::optional<ContentTime> _pending_subtitle_from; - boost::shared_ptr<Image> _pending_subtitle_image; - boost::optional<dcpomatic::Rect<double> > _pending_subtitle_rect; - std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const; std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const; |
