summaryrefslogtreecommitdiff
path: root/src/lib/film.cc
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/film.cc
parent77d2514fee2919c32e4db92b8f75369754d17fb5 (diff)
Make player more tolerant of some DCP errors.
Diffstat (limited to 'src/lib/film.cc')
-rw-r--r--src/lib/film.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc
index 4eed5e3f0..dcaa73754 100644
--- a/src/lib/film.cc
+++ b/src/lib/film.cc
@@ -161,6 +161,7 @@ Film::Film (optional<boost::filesystem::path> dir)
, _user_explicit_video_frame_rate (false)
, _state_version (current_state_version)
, _dirty (false)
+ , _tolerant (false)
{
set_isdcf_date_today ();