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_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/hwcontext_internal.h') diff --git a/libavutil/hwcontext_internal.h b/libavutil/hwcontext_internal.h index 27de1f9e62..b7828c0350 100644 --- a/libavutil/hwcontext_internal.h +++ b/libavutil/hwcontext_internal.h @@ -97,6 +97,7 @@ struct AVHWFramesInternal { }; extern const HWContextType ff_hwcontext_type_cuda; +extern const HWContextType ff_hwcontext_type_vaapi; extern const HWContextType ff_hwcontext_type_vdpau; #endif /* AVUTIL_HWCONTEXT_INTERNAL_H */ -- cgit v1.2.3