From 080e8995a771354381ecad46b83d5a95309d81de Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 22 Mar 2026 01:10:22 +0100 Subject: Clarify ID in verification note. --- 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 049cef12..d7245ed8 100644 --- a/src/dcp.cc +++ b/src/dcp.cc @@ -270,7 +270,7 @@ DCP::read (vector* notes, bool ignore_incorrect_picture_m bool found_threed_marked_as_twod = false; auto asset = asset_factory(path, ignore_incorrect_picture_mxf_type, &found_threed_marked_as_twod); if (asset->id() != id) { - notes->push_back(dcp::VerificationNote{VerificationNote::Code::MISMATCHED_ASSET_MAP_ID}.set_id(id).set_other_id(asset->id())); + notes->push_back(dcp::VerificationNote{VerificationNote::Code::MISMATCHED_ASSET_MAP_ID}.set_asset_id(id).set_other_asset_id(asset->id())); } other_assets.push_back(asset); if (found_threed_marked_as_twod && notes) { -- cgit v1.2.3