1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

vulkan: remove unused field from exec pools

This used to be involved in a mechanism to switch between queue indices,
but since the rewrite of the rewrite of the rewrite, it was rewritten out.
This commit is contained in:
Lynne
2025-04-13 03:37:14 +00:00
parent 11911aef46
commit 4f64df2928

View File

@ -23,7 +23,6 @@
#include <stdatomic.h>
#include "thread.h"
#include "pixdesc.h"
#include "bprint.h"
#include "hwcontext.h"
@ -112,7 +111,6 @@ typedef struct FFVkBuffer {
typedef struct FFVkExecContext {
uint32_t idx;
const struct FFVkExecPool *parent;
pthread_mutex_t lock;
int had_submission;
/* Queue for the execution context */