X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_decoder.cc;h=90b730f5b5d921fb58a8d5535f230d6bb8e3e6f4;hp=b6947211c1d8ddf05461a62e5b78605088c39121;hb=1f88a38a2a607c21988a403e76f315444c4be36b;hpb=77d2514fee2919c32e4db92b8f75369754d17fb5 diff --git a/src/lib/dcp_decoder.cc b/src/lib/dcp_decoder.cc index b6947211c..90b730f5b 100644 --- a/src/lib/dcp_decoder.cc +++ b/src/lib/dcp_decoder.cc @@ -56,8 +56,8 @@ using boost::dynamic_pointer_cast; using boost::optional; using namespace dcpomatic; -DCPDecoder::DCPDecoder (shared_ptr film, shared_ptr c, bool fast, shared_ptr old) - : DCP (c) +DCPDecoder::DCPDecoder (shared_ptr film, shared_ptr c, bool fast, bool tolerant, shared_ptr old) + : DCP (c, tolerant) , Decoder (film) , _decode_referenced (false) {