diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-18 11:51:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-18 11:51:03 +0200 |
| commit | 816365d20e0c6ef37b6bf499a42a0d3ecad22c05 (patch) | |
| tree | e3ffd2029657ef0b316f729579077baf051f50a5 /src/dcp.cc | |
| parent | 3ab56573dbfb395fea493096182dc14c09fb961f (diff) | |
| parent | 869462070671b273ac528e075ac1c00a417cc8a0 (diff) | |
Merge remote-tracking branch 'origin/main' into v1.9.x
Diffstat (limited to 'src/dcp.cc')
| -rw-r--r-- | src/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -234,7 +234,7 @@ DCP::read (vector<dcp::VerificationNote>* notes, bool ignore_incorrect_picture_m delete p; if (root == "CompositionPlaylist") { - auto cpl = make_shared<CPL>(path); + auto cpl = make_shared<CPL>(path, notes); if (cpl->standard() != standard && notes) { notes->push_back ({VerificationNote::Type::ERROR, VerificationNote::Code::MISMATCHED_STANDARD}); } |
