diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-20 23:58:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-20 23:58:51 +0000 |
| commit | 878e19aabf2278828a3c9b518e0804b2cef0c01e (patch) | |
| tree | 1929355377edc46d25e6f9635d259ae7092ac3ef /src/lib/text_subtitle_decoder.h | |
| parent | 4337694dfd488e88f56b63898ad35ce8ce9bb3c3 (diff) | |
Some more decode logging.
Diffstat (limited to 'src/lib/text_subtitle_decoder.h')
| -rw-r--r-- | src/lib/text_subtitle_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/text_subtitle_decoder.h b/src/lib/text_subtitle_decoder.h index c79b89937..5477e6f5f 100644 --- a/src/lib/text_subtitle_decoder.h +++ b/src/lib/text_subtitle_decoder.h @@ -29,7 +29,7 @@ class TextSubtitleContent; class TextSubtitleDecoder : public Decoder, public TextSubtitle { public: - TextSubtitleDecoder (boost::shared_ptr<const TextSubtitleContent>); + TextSubtitleDecoder (boost::shared_ptr<const TextSubtitleContent>, boost::shared_ptr<Log> log); protected: void seek (ContentTime time, bool accurate); |
