From 4700724da0aaf27aa43e4809d263c0fc00a8be9f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Mar 2026 22:43:01 +0100 Subject: Store reel_index in VerificationNote in lots of cases. --- 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 6d30161c..34d34751 100644 --- a/src/verify_internal.h +++ b/src/verify_internal.h @@ -98,6 +98,9 @@ public: if (cpl) { note.set_cpl_id(cpl->id()); } + if (reel_index) { + note.set_reel_index(*reel_index); + } notes.push_back(std::move(note)); } @@ -124,6 +127,7 @@ public: std::vector& notes; std::shared_ptr dcp; std::shared_ptr cpl; + boost::optional reel_index; boost::filesystem::path xsd_dtd_directory; std::function)> stage; std::function progress; -- cgit v1.2.3