From d6bb2b9c752483a3fc920e6245659a0ea9582b55 Mon Sep 17 00:00:00 2001 From: Yggdrasil75 Date: Fri, 14 Nov 2025 14:15:36 -0500 Subject: [PATCH] time_function fails with recursive functions I think. --- util/output/video.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/util/output/video.hpp b/util/output/video.hpp index 38d3de8..6d45c85 100644 --- a/util/output/video.hpp +++ b/util/output/video.hpp @@ -137,7 +137,6 @@ public: // Get a specific frame frame get_frame(size_t index) const { - TIME_FUNCTION; if (index >= compressed_frames_.size()) { throw std::out_of_range("Frame index out of range"); }