Fix crash when exporting a 2D project containing 3D content (#1680).
[dcpomatic.git] / src / lib / dcp_examiner.cc
index f44db84e1a765a9728a0a8212913e4e1b302599d..8866ba7219aa4ee00b2783f7466f1f66f13d45b5 100644 (file)
@@ -52,8 +52,8 @@ using std::runtime_error;
 using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
 
-DCPExaminer::DCPExaminer (shared_ptr<const DCPContent> content)
-       : DCP (content)
+DCPExaminer::DCPExaminer (shared_ptr<const DCPContent> content, bool tolerant)
+       : DCP (content, tolerant)
        , _video_length (0)
        , _audio_length (0)
        , _has_video (false)