Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-01-13 16:25:58 +0300
committerAnton Khirnov <anton@khirnov.net>2016-06-21 20:53:37 +0300
commit59e7361cc791e5103be1712dc59a2055f118d0da (patch)
treef94952dc2d601d9d9f46cc5d2c895932b2f9beac /libavutil/hwcontext.c
parent6f19bbcf8532d018d8d6d82e000738d0ac2385c9 (diff)
hwcontext: add a QSV implementation
Diffstat (limited to 'libavutil/hwcontext.c')
-rw-r--r--libavutil/hwcontext.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/hwcontext.c b/libavutil/hwcontext.c
index 3028b67a6c..96b316afa8 100644
--- a/libavutil/hwcontext.c
+++ b/libavutil/hwcontext.c
@@ -35,6 +35,9 @@ static const HWContextType *hw_table[] = {
#if CONFIG_DXVA2
&ff_hwcontext_type_dxva2,
#endif
+#if CONFIG_LIBMFX
+ &ff_hwcontext_type_qsv,
+#endif
#if CONFIG_VAAPI
&ff_hwcontext_type_vaapi,
#endif