summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_internal.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-03-31 13:12:41 +0200
committerAnton Khirnov <anton@khirnov.net>2016-05-17 09:11:25 +0200
commitc46db38cde8e8fd8ecb1c6602f10ec0e002f29a8 (patch)
treef3385c96ea57cec2e63bd4574f9a469303c6fb87 /libavutil/hwcontext_internal.h
parentd338abb664febbc2c7266af7818aab1f12dbc161 (diff)
hwcontext: add a dxva2 implementation
Diffstat (limited to 'libavutil/hwcontext_internal.h')
-rw-r--r--libavutil/hwcontext_internal.h1
1 files changed, 1 insertions, 0 deletions
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;