From 4f64df2928d7e54c89a5e1263c6768d3dcfe61a2 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 13 Apr 2025 03:37:14 +0000 Subject: [PATCH] vulkan: remove unused field from exec pools This used to be involved in a mechanism to switch between queue indices, but since the rewrite of the rewrite of the rewrite, it was rewritten out. --- libavutil/vulkan.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavutil/vulkan.h b/libavutil/vulkan.h index 9c068f03e1..4ea68e3ecc 100644 --- a/libavutil/vulkan.h +++ b/libavutil/vulkan.h @@ -23,7 +23,6 @@ #include -#include "thread.h" #include "pixdesc.h" #include "bprint.h" #include "hwcontext.h" @@ -112,7 +111,6 @@ typedef struct FFVkBuffer { typedef struct FFVkExecContext { uint32_t idx; const struct FFVkExecPool *parent; - pthread_mutex_t lock; int had_submission; /* Queue for the execution context */