[FFmpeg-cvslog] lavu/vulkan: remove unused field from the execution pool structure
Lynne
git at videolan.org
Fri Jul 21 21:07:00 EEST 2023
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Wed Jul 19 05:38:32 2023 +0200| [3e3d46309bfb4049c4bcea3d219be7bd299b6ab7] | committer: Lynne
lavu/vulkan: remove unused field from the execution pool structure
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e3d46309bfb4049c4bcea3d219be7bd299b6ab7
---
libavutil/vulkan.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavutil/vulkan.h b/libavutil/vulkan.h
index 7171fb3c42..20b81105dd 100644
--- a/libavutil/vulkan.h
+++ b/libavutil/vulkan.h
@@ -208,7 +208,6 @@ typedef struct FFVkExecContext {
} FFVkExecContext;
typedef struct FFVkExecPool {
- FFVkQueueFamilyCtx *qf;
FFVkExecContext *contexts;
atomic_int_least64_t idx;
More information about the ffmpeg-cvslog
mailing list