diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-01 00:27:34 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | a0814a2e44e56d0378c6a47ca9c741de5cfe6356 (patch) | |
| tree | 4deb871f14830d22d3ed5afe9ea69241a37db16b /src/cpl.cc | |
| parent | a82a17578812a41232d69ea10d88b19004418583 (diff) | |
Remove VerificationNote::note.tidy-verify
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -155,12 +155,8 @@ CPL::CPL(boost::filesystem::path file, vector<dcp::VerificationNote>* notes) /* ContentVersion is required in SMPTE */ if (notes) { notes->push_back( - dcp::VerificationNote( - dcp::VerificationNote::Code::MISSING_CPL_CONTENT_VERSION, - _id, - file - ) - ); + dcp::VerificationNote(dcp::VerificationNote::Code::MISSING_CPL_CONTENT_VERSION, file).set_cpl_id(_id) + ); } } auto rating_list = f.node_child("RatingList"); |
