summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder.h')
-rw-r--r--src/lib/decoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h
index 9eb4850f9..d67592ed8 100644
--- a/src/lib/decoder.h
+++ b/src/lib/decoder.h
@@ -43,11 +43,12 @@ public:
* cause the object to emit some data.
*/
virtual void pass () = 0;
-
virtual bool done () const = 0;
protected:
+ virtual void flush () {};
+
/** The Film that we are decoding in */
boost::weak_ptr<const Film> _film;
};