diff mbox series

[FFmpeg-devel,3/3] lavu/vulkan: remove unused field from the execution pool structure

Message ID N_gNGT8--3-9@lynne.ee
State New
Headers show
Series [FFmpeg-devel] lavu/vulkan: remove threadsafe buffer index load and fix a signed overflow | expand

Commit Message

Lynne July 19, 2023, 4:20 a.m. UTC
Was never used anywhere.

Patch attached.
diff mbox series

Patch

From edaf45f5db757bef95c1ffbf322b872f9d6b0ae0 Mon Sep 17 00:00:00 2001
From: Lynne <dev@lynne.ee>
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