Make player more tolerant of some DCP errors.
[dcpomatic.git] / src / lib / dcp_examiner.h
index da90924119cd75cf6a2a69fcf9af3ddef79b719c..e52234e360fde46d827c6238abc6407c25810b3b 100644 (file)
@@ -31,7 +31,7 @@ class DCPContent;
 class DCPExaminer : public DCP, public VideoExaminer, public AudioExaminer
 {
 public:
-       explicit DCPExaminer (boost::shared_ptr<const DCPContent>);
+       explicit DCPExaminer (boost::shared_ptr<const DCPContent>, bool tolerant);
 
        bool has_video () const {
                return _has_video;