mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
vulkan: do not reinvent a queue context struct
We recently introduced a public field which was a superset of the queue context we used to have. Switch to using it entirely. This also allows us to get rid of the NIH function which was valid only for video queues.
This commit is contained in:
parent
157cd820ad
commit
2e06b84e27
22 changed files with 157 additions and 123 deletions
|
|
@ -46,7 +46,7 @@ typedef struct FFVulkanDecodeProfileData {
|
|||
typedef struct FFVulkanDecodeShared {
|
||||
FFVulkanContext s;
|
||||
FFVkVideoCommon common;
|
||||
FFVkQueueFamilyCtx qf;
|
||||
AVVulkanDeviceQueueFamily *qf;
|
||||
FFVkExecPool exec_pool;
|
||||
|
||||
AVBufferPool *buf_pool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue