Some fixes to playback of drop-frame content.
[dcpomatic.git] / src / lib / decoder.h
index 654cacad4bc63d71131483422fcb231fe9a0729a..1c6aff3596c24d157c1d48d60249040a6fc45753 100644 (file)
@@ -49,7 +49,7 @@ public:
        virtual void seek (ContentTime time, bool accurate);
        
        boost::shared_ptr<Decoded> peek ();
-       boost::shared_ptr<Decoded> get ();
+       void consume ();
 
 protected: