Was never used anywhere.

Patch attached.

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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to