Call Resampler::flush() again.
[dcpomatic.git] / src / lib / decoder.h
index 9eb4850f9750fa7ad967c63a7545653b82f4b642..d67592ed812544c644b8766bcb1b1be1c03e84de 100644 (file)
@@ -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;
 };