From 3e3d46309bfb4049c4bcea3d219be7bd299b6ab7 Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 19 Jul 2023 05:38:32 +0200 Subject: [PATCH] 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;