From d4d26c954f4e61b1b1a526c56d88dfd51b6fab48 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 Oct 2025 15:38:46 +0100 Subject: wip: hacks. --- src/lib/video_decoder.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/video_decoder.cc') diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index 6aa638cea..036307208 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -19,6 +19,7 @@ */ +#include "cross.h" #include "frame_interval_checker.h" #include "image.h" #include "j2k_image_proxy.h" @@ -81,6 +82,7 @@ VideoDecoder::emit(shared_ptr film, shared_ptr ima switch (vft) { case VideoFrameType::TWO_D: + std::cout << "Data emit from " << thread_name() << "\n"; Data(ContentVideo(image, time, Eyes::BOTH, Part::WHOLE)); break; case VideoFrameType::THREE_D: -- cgit v1.2.3