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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue