]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/hwcontext.h
hwcontext_vulkan: expose enabled device and instance extensions
[ffmpeg] / libavutil / hwcontext.h
index 8d27b987dff9e70451da93dce36d50fb15763a4c..f874af9f8fc1d76709d638e5b5cc92b0a5d2a08a 100644 (file)
@@ -35,6 +35,8 @@ enum AVHWDeviceType {
     AV_HWDEVICE_TYPE_D3D11VA,
     AV_HWDEVICE_TYPE_DRM,
     AV_HWDEVICE_TYPE_OPENCL,
+    AV_HWDEVICE_TYPE_MEDIACODEC,
+    AV_HWDEVICE_TYPE_VULKAN,
 };
 
 typedef struct AVHWDeviceInternal AVHWDeviceInternal;