Test filling of stuff with black.
[dcpomatic.git] / src / lib / decoder.h
index edb532b9cc8474e0e474ac882d95d114fae71925..b550bf5cbe55e990eadd13aa95baab47a7f3f010 100644 (file)
@@ -72,6 +72,8 @@ public:
         */
        virtual Time next () const = 0;
 
+       virtual bool done () const = 0;
+
 protected:
 
        /** The Film that we are decoding in */