hwcontext_vulkan: fix minor type issue in VulkanQueueCtx.buf_deps_alloc_size

pull/389/head
Lynne 2 years ago
parent 211c910aca
commit b0af92572f
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 2
      libavutil/hwcontext_vulkan.c

@ -66,7 +66,7 @@ typedef struct VulkanQueueCtx {
/* Buffer dependencies */
AVBufferRef **buf_deps;
int nb_buf_deps;
int buf_deps_alloc_size;
unsigned int buf_deps_alloc_size;
} VulkanQueueCtx;
typedef struct VulkanExecCtx {

Loading…
Cancel
Save