mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
vulkan_ffv1: pipe through slice decoding status
This commit is contained in:
parent
cb8f4b675d
commit
7b45d9c5fd
5 changed files with 52 additions and 18 deletions
|
|
@ -114,6 +114,7 @@ typedef struct FFVulkanDecodePicture {
|
|||
/* Vulkan functions needed for destruction, as no other context is guaranteed to exist */
|
||||
PFN_vkWaitSemaphores wait_semaphores;
|
||||
PFN_vkDestroyImageView destroy_image_view;
|
||||
PFN_vkInvalidateMappedMemoryRanges invalidate_memory_ranges;
|
||||
} FFVulkanDecodePicture;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue