Make player more tolerant of some DCP errors.
[dcpomatic.git] / src / lib / dcp_decoder.h
index f31d28053c3b3fc987190585fab451633a6ffa38..2e63b24a296ca488079150378a8942982cada924 100644 (file)
@@ -44,7 +44,8 @@ public:
                boost::shared_ptr<const Film> film,
                boost::shared_ptr<const DCPContent>,
                bool fast,
-               boost::shared_ptr<DCPDecoder> old = boost::shared_ptr<DCPDecoder>()
+               bool tolerant,
+               boost::shared_ptr<DCPDecoder> old
                );
 
        std::list<boost::shared_ptr<dcp::Reel> > reels () const {