summaryrefslogtreecommitdiff
path: root/src/verify_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify_internal.h')
-rw-r--r--src/verify_internal.h4
1 files changed, 4 insertions, 0 deletions
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<const DCP> dcp;
std::shared_ptr<const CPL> cpl;
boost::optional<int> reel_index;
+ boost::optional<std::string> asset_id;
boost::filesystem::path xsd_dtd_directory;
std::function<void (std::string, boost::optional<boost::filesystem::path>)> stage;
std::function<void (float)> progress;