hwcontext_vulkan: remove unused struct

This commit is contained in:
Lynne 2024-07-18 10:16:27 +02:00
parent 6757cdb535
commit 81c5d4ea0e
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464

View File

@ -67,19 +67,6 @@
#define CHECK_CU(x) FF_CUDA_CHECK_DL(cuda_cu, cu, x)
#endif
typedef struct VulkanQueueCtx {
VkFence fence;
VkQueue queue;
int was_synchronous;
int qf;
int qidx;
/* Buffer dependencies */
AVBufferRef **buf_deps;
int nb_buf_deps;
unsigned int buf_deps_alloc_size;
} VulkanQueueCtx;
typedef struct VulkanDevicePriv {
/**
* The public AVVulkanDeviceContext. See hwcontext_vulkan.h for it.