diff options
author | Lynne <dev@lynne.ee> | 2025-03-14 12:53:47 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2025-03-17 08:49:12 +0100 |
commit | 67eb01b458371b0cd885e99a8943cb95c01bf4f5 (patch) | |
tree | 97c8c452090c172123287dfa24a2e23ef529a4bf /libavutil/vulkan_functions.h | |
parent | e15e85b869c086fab9e926a7fbc7b6a2ca759997 (diff) | |
download | ffmpeg-67eb01b458371b0cd885e99a8943cb95c01bf4f5.tar.gz |
hwcontext_vulkan: enable VK_KHR_video_maintenance2
Enables some fixes for the video specifications, and a new feature.
Diffstat (limited to 'libavutil/vulkan_functions.h')
-rw-r--r-- | libavutil/vulkan_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/vulkan_functions.h b/libavutil/vulkan_functions.h index 07c4546a3c..f5ea9b7bce 100644 --- a/libavutil/vulkan_functions.h +++ b/libavutil/vulkan_functions.h @@ -50,6 +50,7 @@ typedef uint64_t FFVulkanExtensions; /* Video extensions */ #define FF_VK_EXT_VIDEO_QUEUE (1ULL << 36) /* VK_KHR_video_queue */ #define FF_VK_EXT_VIDEO_MAINTENANCE_1 (1ULL << 37) /* VK_KHR_video_maintenance1 */ +#define FF_VK_EXT_VIDEO_MAINTENANCE_2 (1ULL << 38) /* VK_KHR_video_maintenance2 */ #define FF_VK_EXT_VIDEO_DECODE_QUEUE (1ULL << 40) /* VK_KHR_video_decode_queue */ #define FF_VK_EXT_VIDEO_DECODE_H264 (1ULL << 41) /* VK_KHR_video_decode_h264 */ |