From 551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Mon, 15 Feb 2016 19:32:45 +0000 Subject: lavu: VAAPI hwcontext implementation Signed-off-by: Anton Khirnov --- libavutil/hwcontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/hwcontext.h') diff --git a/libavutil/hwcontext.h b/libavutil/hwcontext.h index 681b55566c..8502342409 100644 --- a/libavutil/hwcontext.h +++ b/libavutil/hwcontext.h @@ -27,6 +27,7 @@ enum AVHWDeviceType { AV_HWDEVICE_TYPE_VDPAU, AV_HWDEVICE_TYPE_CUDA, + AV_HWDEVICE_TYPE_VAAPI, }; typedef struct AVHWDeviceInternal AVHWDeviceInternal; -- cgit v1.2.3