mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
hwcontext_vulkan: enable VK_KHR_video_maintenance1
We require it for encoding.
This commit is contained in:
parent
97e947a2a7
commit
46c13834b6
3 changed files with 13 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ typedef enum FFVulkanExtensions {
|
|||
FF_VK_EXT_OPTICAL_FLOW = 1ULL << 17, /* VK_NV_optical_flow */
|
||||
FF_VK_EXT_SHADER_OBJECT = 1ULL << 18, /* VK_EXT_shader_object */
|
||||
|
||||
FF_VK_EXT_VIDEO_MAINTENANCE_1 = 1ULL << 27, /* VK_KHR_video_maintenance1 */
|
||||
FF_VK_EXT_VIDEO_ENCODE_QUEUE = 1ULL << 28, /* VK_KHR_video_encode_queue */
|
||||
FF_VK_EXT_VIDEO_ENCODE_H264 = 1ULL << 29, /* VK_KHR_video_encode_h264 */
|
||||
FF_VK_EXT_VIDEO_ENCODE_H265 = 1ULL << 30, /* VK_KHR_video_encode_h265 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue