From f45cbb73068321d857249aaa21f770b87493c7c2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 31 May 2013 17:21:35 +0100 Subject: Test filling of stuff with black. --- src/lib/decoder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/decoder.h') diff --git a/src/lib/decoder.h b/src/lib/decoder.h index edb532b9c..b550bf5cb 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -72,6 +72,8 @@ public: */ virtual Time next () const = 0; + virtual bool done () const = 0; + protected: /** The Film that we are decoding in */ -- cgit v1.2.3