1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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; } FFVkExecContext;
typedef struct FFVkExecPool { typedef struct FFVkExecPool {
FFVkQueueFamilyCtx *qf;
FFVkExecContext *contexts; FFVkExecContext *contexts;
atomic_int_least64_t idx; atomic_int_least64_t idx;