Merge master.
[dcpomatic.git] / src / lib / subtitle_decoder.h
index 164c151e671089a78140339ed836604f05bb018b..c25edad493a578160af52ec261214cbcaf0653aa 100644 (file)
@@ -51,6 +51,8 @@ private:
        template <class T>
        std::list<boost::shared_ptr<T> > get (std::list<boost::shared_ptr<T> > const & subs, ContentTimePeriod period);
 
+       virtual bool has_subtitle_during (ContentTimePeriod) const = 0;
+       
        boost::shared_ptr<const SubtitleContent> _subtitle_content;
 };