From 7d9e108ba3629b2e9120bc1da3354935c41aca37 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 Aug 2024 18:23:36 +0200 Subject: WIP: more hacks. --- src/verify_j2k.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/verify_j2k.h') diff --git a/src/verify_j2k.h b/src/verify_j2k.h index dbfc488b..02efc815 100644 --- a/src/verify_j2k.h +++ b/src/verify_j2k.h @@ -48,7 +48,7 @@ namespace dcp { -class Data; +class ConstantData; /** @param start_index Frame index within the DCP where this frame's reel starts. @@ -56,7 +56,7 @@ class Data; * @param frame_rate Video frame rate (in frames per second) to calculate how big the tile parts * can be. */ -void verify_j2k(std::shared_ptr data, int start_index, int frame_index, int frame_rate, std::vector& notes); +void verify_j2k(ConstantData const& data, int start_index, int frame_index, int frame_rate, std::vector& notes); } -- cgit v1.2.3