mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 11:30:08 +01:00
hwcontext_vulkan: fix minor type issue in VulkanQueueCtx.buf_deps_alloc_size
This commit is contained in:
@@ -66,7 +66,7 @@ typedef struct VulkanQueueCtx {
|
|||||||
/* Buffer dependencies */
|
/* Buffer dependencies */
|
||||||
AVBufferRef **buf_deps;
|
AVBufferRef **buf_deps;
|
||||||
int nb_buf_deps;
|
int nb_buf_deps;
|
||||||
int buf_deps_alloc_size;
|
unsigned int buf_deps_alloc_size;
|
||||||
} VulkanQueueCtx;
|
} VulkanQueueCtx;
|
||||||
|
|
||||||
typedef struct VulkanExecCtx {
|
typedef struct VulkanExecCtx {
|
||||||
|
|||||||
Reference in New Issue
Block a user