From 869462070671b273ac528e075ac1c00a417cc8a0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Apr 2024 22:19:02 +0200 Subject: Make some not-so-important CPL read errors non-fatal (DoM #2797). --- src/dcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dcp.cc') diff --git a/src/dcp.cc b/src/dcp.cc index d603cfae..eb21b47d 100644 --- a/src/dcp.cc +++ b/src/dcp.cc @@ -234,7 +234,7 @@ DCP::read (vector* notes, bool ignore_incorrect_picture_m delete p; if (root == "CompositionPlaylist") { - auto cpl = make_shared(path); + auto cpl = make_shared(path, notes); if (cpl->standard() != standard && notes) { notes->push_back ({VerificationNote::Type::ERROR, VerificationNote::Code::MISMATCHED_STANDARD}); } -- cgit v1.2.3