You've already forked FFmpeg
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:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user