Some more decode logging.
[dcpomatic.git] / src / lib / text_subtitle_decoder.h
index c79b89937f33006f682d216ff1dcfb88210bcdae..5477e6f5f16860d15c67c9396070ae517aa159a5 100644 (file)
@@ -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);