From 55231739a1461720bd36530c65cb1c8c98c2c4eb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 15 Aug 2024 11:15:15 +0200 Subject: Missing set of frame rate causing crash when DoM tries to make its message. --- src/verify_j2k.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/verify_j2k.cc b/src/verify_j2k.cc index 47ee151c..f89ff840 100644 --- a/src/verify_j2k.cc +++ b/src/verify_j2k.cc @@ -217,6 +217,7 @@ dcp::verify_j2k(shared_ptr j2k, int start_index, int frame_index, in if (tile_part_length > max_tile_part_size) { VerificationNote note{VerificationNote::Type::ERROR, VerificationNote::Code::INVALID_JPEG2000_TILE_PART_SIZE}; note.set_frame(frame_index); + note.set_frame_rate(frame_rate); note.set_component(tile_part_index); note.set_size(tile_part_length); notes.push_back(note); -- cgit v1.2.3