[FFmpeg-devel] [PATCH 06/13] hwcontext_vulkan: remove unused struct
Lynne
dev at lynne.ee
Thu Aug 8 00:33:31 EEST 2024
---
libavutil/hwcontext_vulkan.c | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c
index c81fc95af2..e2ef599a0d 100644
--- a/libavutil/hwcontext_vulkan.c
+++ b/libavutil/hwcontext_vulkan.c
@@ -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.
--
2.45.2.753.g447d99e1c3b
More information about the ffmpeg-devel
mailing list