From 9b73c143ce568bd8694e3a50f2fefc1ee3a03515 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Jul 2025 00:18:32 +0200 Subject: Replace AVPixelFormat parameter to PlayerVideo::image with a functor. This was removed in df9b4676aba8b941f124b174393988cad21677e1 and surrounding commits, but it turns out we need it after all. --- src/lib/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/util.h') diff --git a/src/lib/util.h b/src/lib/util.h index 79ac87db1..846059e1a 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -101,6 +101,7 @@ extern void setup_grok_library_path(); extern std::string join_strings(std::vector const& in, std::string const& separator = " "); extern std::string rfc_2822_date(time_t time); bool paths_exist(std::vector const& paths); +std::function force(AVPixelFormat format); template -- cgit v1.2.3