vulkan_ffv1: pipe through slice decoding status

This commit is contained in:
Lynne 2025-05-06 11:53:12 +02:00
parent cb8f4b675d
commit 7b45d9c5fd
No known key found for this signature in database
GPG key ID: A2FEA5F03F034464
5 changed files with 52 additions and 18 deletions

View file

@ -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;
/**