diff options
Diffstat (limited to 'src/lib/subtitle_decoder.h')
| -rw-r--r-- | src/lib/subtitle_decoder.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/subtitle_decoder.h b/src/lib/subtitle_decoder.h index 9740b06e8..c1f171b1f 100644 --- a/src/lib/subtitle_decoder.h +++ b/src/lib/subtitle_decoder.h @@ -38,14 +38,11 @@ class Image; class SubtitleDecoder : public DecoderPart { public: - /** Second parameter to the _during functions is true if we - * want only subtitles that start during the period, - * otherwise we want subtitles that overlap the period. - */ SubtitleDecoder ( Decoder* parent, boost::shared_ptr<const SubtitleContent>, - boost::shared_ptr<Log> log + boost::shared_ptr<Log> log, + ContentTime first ); ContentTime position () const { |
