Setup fast state of decoder after creation.
[dcpomatic.git] / src / lib / dcp_decoder.h
index 0fc598bd79d0fa39a5924452a91ce086f019c176..37a95a314f0d76496e00ac96532bb3279e142210 100644 (file)
@@ -40,7 +40,11 @@ struct dcp_subtitle_within_dcp_test;
 class DCPDecoder : public DCP, public Decoder
 {
 public:
-       DCPDecoder (boost::shared_ptr<const Film> film, boost::shared_ptr<const DCPContent>, bool fast);
+       DCPDecoder (
+               boost::shared_ptr<const Film> film,
+               boost::shared_ptr<const DCPContent>,
+               boost::shared_ptr<DCPDecoder> old = boost::shared_ptr<DCPDecoder>()
+               );
 
        std::list<boost::shared_ptr<dcp::Reel> > reels () const {
                return _reels;