From 89aa9d4ba69e471949f791cdafe4ae20cea554d2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Feb 2017 21:42:44 +0000 Subject: Various fixes to push audio vaguely in the right direction. --- src/lib/decoder.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/decoder.h') diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 26035d221..d87ff610a 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -47,9 +47,11 @@ public: boost::shared_ptr audio; boost::shared_ptr subtitle; - /** @return true if there is no more data to come from this decoder */ + /** Do some decoding and perhaps emit video, audio or subtitle data. + * @return true if this decoder will emit no more data unless a seek() happens. + */ virtual bool pass () = 0; - virtual void seek (ContentTime time, bool accurate) = 0; + virtual void seek (ContentTime time, bool accurate); ContentTime position () const; }; -- cgit v1.2.3