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