Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / resampler.h
index afc28aefd01ce58a7ef2a1a431d29fff02ae4311..4b19dc511b891e988c33b4a89b22af8c78da4eb9 100644 (file)
@@ -33,6 +33,7 @@ public:
 
        boost::shared_ptr<const AudioBuffers> run (boost::shared_ptr<const AudioBuffers>);
        boost::shared_ptr<const AudioBuffers> flush ();
+       void reset ();
        void set_fast ();
 
 private: