X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fhwcontext.h;h=f874af9f8fc1d76709d638e5b5cc92b0a5d2a08a;hb=e1b5620b62ef0e3d04a6c4f3d837328076ed2a9b;hp=f5a4b623877477c0d778bea1ab051be074fe09d5;hpb=03210fe138f3b3bd7f5272fe29aca810cf517329;p=ffmpeg diff --git a/libavutil/hwcontext.h b/libavutil/hwcontext.h index f5a4b623877..f874af9f8fc 100644 --- a/libavutil/hwcontext.h +++ b/libavutil/hwcontext.h @@ -36,6 +36,7 @@ enum AVHWDeviceType { AV_HWDEVICE_TYPE_DRM, AV_HWDEVICE_TYPE_OPENCL, AV_HWDEVICE_TYPE_MEDIACODEC, + AV_HWDEVICE_TYPE_VULKAN, }; typedef struct AVHWDeviceInternal AVHWDeviceInternal;