From eb135e8dcdf36ae82420bcd18e954ad593b3e9a5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 13 Dec 2016 15:02:09 +0000 Subject: Reinstate subtitle list view. --- src/lib/decoder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/decoder.h') diff --git a/src/lib/decoder.h b/src/lib/decoder.h index f70eca8b3..26035d221 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -47,7 +47,8 @@ public: boost::shared_ptr audio; boost::shared_ptr 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; -- cgit v1.2.3