aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vulkan_decode.h
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2025-05-06 11:53:12 +0200
committerLynne <dev@lynne.ee>2025-05-20 19:53:02 +0900
commit7b45d9c5fdce010bbd00be1fb506685f6885a35b (patch)
treefcd311496e60a659c540ddabfdc749d2da897e7a /libavcodec/vulkan_decode.h
parentcb8f4b675d1e1074ddb6fe2bbb965933fb9e3571 (diff)
downloadffmpeg-7b45d9c5fdce010bbd00be1fb506685f6885a35b.tar.gz
vulkan_ffv1: pipe through slice decoding status
Diffstat (limited to 'libavcodec/vulkan_decode.h')
-rw-r--r--libavcodec/vulkan_decode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vulkan_decode.h b/libavcodec/vulkan_decode.h
index cbd22b3591..bf6506f280 100644
--- a/libavcodec/vulkan_decode.h
+++ b/libavcodec/vulkan_decode.h
@@ -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;
/**