mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
hwcontext_vulkan: fix minor type issue in VulkanQueueCtx.buf_deps_alloc_size
This commit is contained in:
parent
211c910aca
commit
b0af92572f
@ -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…
Reference in New Issue
Block a user