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

@ -142,6 +142,7 @@ static void init_frame(FFVulkanDecodeContext *dec, FFVulkanDecodePicture *vkpic)
vkpic->destroy_image_view = vk->DestroyImageView;
vkpic->wait_semaphores = vk->WaitSemaphores;
vkpic->invalidate_memory_ranges = vk->InvalidateMappedMemoryRanges;
}
int ff_vk_decode_prepare_frame(FFVulkanDecodeContext *dec, AVFrame *pic,