[FFmpeg-cvslog] vulkan: remove unused field from exec pools
Lynne
git at videolan.org
Mon Apr 14 07:15:56 EEST 2025
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Sun Apr 13 03:37:14 2025 +0000| [4f64df2928d7e54c89a5e1263c6768d3dcfe61a2] | committer: Lynne
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f64df2928d7e54c89a5e1263c6768d3dcfe61a2
---
libavutil/vulkan.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavutil/vulkan.h b/libavutil/vulkan.h
index 9c068f03e1..4ea68e3ecc 100644
--- a/libavutil/vulkan.h
+++ b/libavutil/vulkan.h
@@ -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 */
More information about the ffmpeg-cvslog
mailing list