diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-21 16:57:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | de2af791bdfdcd653752cba970e59efc7bf810c7 (patch) | |
| tree | 1aa5dbc35daee0babd0def347944a6bea4154deb /src/lib/dcp_subtitle_decoder.h | |
| parent | 06152300e69e8faca44ff8d7f12a6fd354848b9a (diff) | |
Basic grunt-work, untested and unfinished, but it compiles.
Diffstat (limited to 'src/lib/dcp_subtitle_decoder.h')
| -rw-r--r-- | src/lib/dcp_subtitle_decoder.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/dcp_subtitle_decoder.h b/src/lib/dcp_subtitle_decoder.h index b6e9aa63c..076dc3f3b 100644 --- a/src/lib/dcp_subtitle_decoder.h +++ b/src/lib/dcp_subtitle_decoder.h @@ -28,13 +28,10 @@ class DCPSubtitleDecoder : public DCPSubtitle, public Decoder public: DCPSubtitleDecoder (boost::shared_ptr<const DCPSubtitleContent>, boost::shared_ptr<Log> log); -protected: - bool pass (PassReason, bool accurate); + void pass (); void seek (ContentTime time, bool accurate); private: - std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const; - std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const; ContentTimePeriod content_time_period (dcp::SubtitleString s) const; std::list<dcp::SubtitleString> _subtitles; |
