diff options
author | Lynne <dev@lynne.ee> | 2024-08-11 03:27:46 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-08-11 05:13:16 +0200 |
commit | 680d969a305c0927480573a1b455024088b51aeb (patch) | |
tree | b521ead9b97b800ee055c76098cdcce0f20104ba /libavcodec/vulkan_video.h | |
parent | d6c08a41cb576ad2e160761a0bfd44cf9e3b6232 (diff) | |
download | ffmpeg-680d969a305c0927480573a1b455024088b51aeb.tar.gz |
vulkan_decode: port to the new queue family API
Diffstat (limited to 'libavcodec/vulkan_video.h')
-rw-r--r-- | libavcodec/vulkan_video.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/vulkan_video.h b/libavcodec/vulkan_video.h index 1894f1f1b7..2cb9419fd8 100644 --- a/libavcodec/vulkan_video.h +++ b/libavcodec/vulkan_video.h @@ -54,6 +54,11 @@ VkVideoChromaSubsamplingFlagBitsKHR ff_vk_subsampling_from_av_desc(const AVPixFm */ VkVideoComponentBitDepthFlagBitsKHR ff_vk_depth_from_av_depth(int depth); +/** + * Chooses a QF and loads it into a context. + */ +int ff_vk_video_qf_init(FFVulkanContext *s, FFVkQueueFamilyCtx *qf, + VkQueueFlagBits family, VkVideoCodecOperationFlagBitsKHR caps); /** * Convert level from Vulkan to AV. |