X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdecoder.h;h=d67592ed812544c644b8766bcb1b1be1c03e84de;hb=4265db19ba68a995fca42bdd5fa815aead9c5c50;hp=9eb4850f9750fa7ad967c63a7545653b82f4b642;hpb=293583097f7b25e481f0898f13c62c10aac33719;p=dcpomatic.git 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 _film; };