ffmpeg | branch: master | Lynne <d...@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 */ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".