From c46db38cde8e8fd8ecb1c6602f10ec0e002f29a8 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 31 Mar 2016 13:12:41 +0200 Subject: hwcontext: add a dxva2 implementation --- 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 b7828c0350..281eae892b 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_dxva2; extern const HWContextType ff_hwcontext_type_vaapi; extern const HWContextType ff_hwcontext_type_vdpau; -- cgit v1.2.3