Basics of splitting up Decoder tree like Content.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index fb2213fa271d2f933d981d042ce268130aaf653f..fcefc0201c492326c8a44655f353546c8969afa2 100644 (file)
 
 class DCPSubtitleContent;
 
-class DCPSubtitleDecoder : public SubtitleDecoder, public DCPSubtitle
+class DCPSubtitleDecoder : public DCPSubtitle, public Decoder
 {
 public:
        DCPSubtitleDecoder (boost::shared_ptr<const DCPSubtitleContent>);
 
 protected:
-       bool pass ();
+       bool pass (PassReason, bool accurate);
        void seek (ContentTime time, bool accurate);
 
 private: