lavu/vulkan: remove unused field from the execution pool structure

This commit is contained in:
Lynne
2023-07-19 05:38:32 +02:00
parent 97890c2b55
commit 3e3d46309b

View File

@@ -208,7 +208,6 @@ typedef struct FFVkExecContext {
} FFVkExecContext;
typedef struct FFVkExecPool {
FFVkQueueFamilyCtx *qf;
FFVkExecContext *contexts;
atomic_int_least64_t idx;