From edaf45f5db757bef95c1ffbf322b872f9d6b0ae0 Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 19 Jul 2023 05:38:32 +0200 Subject: [PATCH 3/3] lavu/vulkan: remove unused field from the execution pool structure --- libavutil/vulkan.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavutil/vulkan.h b/libavutil/vulkan.h index 7171fb3c42..20b81105dd 100644 --- a/libavutil/vulkan.h +++ b/libavutil/vulkan.h @@ -208,7 +208,6 @@ typedef struct FFVkExecContext { } FFVkExecContext; typedef struct FFVkExecPool { - FFVkQueueFamilyCtx *qf; FFVkExecContext *contexts; atomic_int_least64_t idx; -- 2.40.1