summaryrefslogtreecommitdiff
path: root/src/lib/dcp_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-08-30 23:16:21 +0100
committerCarl Hetherington <cth@carlh.net>2019-08-30 23:16:21 +0100
commit1f88a38a2a607c21988a403e76f315444c4be36b (patch)
tree2b14f959784faf33eec61172552d9c50b72a0f65 /src/lib/dcp_decoder.h
parent77d2514fee2919c32e4db92b8f75369754d17fb5 (diff)
Make player more tolerant of some DCP errors.
Diffstat (limited to 'src/lib/dcp_decoder.h')
-rw-r--r--src/lib/dcp_decoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h
index f31d28053..2e63b24a2 100644
--- a/src/lib/dcp_decoder.h
+++ b/src/lib/dcp_decoder.h
@@ -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 {