Reinstate subtitle list view.
[dcpomatic.git] / src / lib / decoder.h
index f70eca8b3fb55a41ca8d627b9e141f3728abf0d5..26035d221080a5304cbccdde0bcf4490c78550bf 100644 (file)
@@ -47,7 +47,8 @@ public:
        boost::shared_ptr<AudioDecoder> audio;
        boost::shared_ptr<SubtitleDecoder> subtitle;
 
-       virtual void pass () = 0;
+       /** @return true if there is no more data to come from this decoder */
+       virtual bool pass () = 0;
        virtual void seek (ContentTime time, bool accurate) = 0;
 
        ContentTime position () const;