From 01bf601526da5d6eec21e8a54dbd82f646bfedb9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 26 Mar 2026 12:00:54 +0100 Subject: Add asset ID to lots of notes. --- src/verify_internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/verify_internal.h') diff --git a/src/verify_internal.h b/src/verify_internal.h index 34d34751..3399dec1 100644 --- a/src/verify_internal.h +++ b/src/verify_internal.h @@ -101,6 +101,9 @@ public: if (reel_index) { note.set_reel_index(*reel_index); } + if (asset_id) { + note.set_asset_id(*asset_id); + } notes.push_back(std::move(note)); } @@ -128,6 +131,7 @@ public: std::shared_ptr dcp; std::shared_ptr cpl; boost::optional reel_index; + boost::optional asset_id; boost::filesystem::path xsd_dtd_directory; std::function)> stage; std::function progress; -- cgit v1.2.3