Make player more tolerant of some DCP errors.
[dcpomatic.git] / src / lib / dcp_decoder.h
index 0fc598bd79d0fa39a5924452a91ce086f019c176..2e63b24a296ca488079150378a8942982cada924 100644 (file)
@@ -40,7 +40,13 @@ 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>,
+               bool fast,
+               bool tolerant,
+               boost::shared_ptr<DCPDecoder> old
+               );
 
        std::list<boost::shared_ptr<dcp::Reel> > reels () const {
                return _reels;