Setup fast state of decoder after creation.
[dcpomatic.git] / src / lib / decoder.h
index 92082ca18b105a62f9dd9aec909625c12ac875c9..b731fe32c85d7e77fa22a91675a3395a73e783d8 100644 (file)
@@ -50,6 +50,7 @@ public:
        std::list<boost::shared_ptr<TextDecoder> > text;
 
        boost::shared_ptr<TextDecoder> only_text () const;
+       void set_fast (bool fast);
 
        /** Do some decoding and perhaps emit video, audio or subtitle data.
         *  @return true if this decoder will emit no more data unless a seek() happens.