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_internal.h
parent6f19bbcf8532d018d8d6d82e000738d0ac2385c9 (diff)
hwcontext: add a QSV 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 2e1daaeeeb..a391e2599e 100644
--- a/libavutil/hwcontext_internal.h
+++ b/libavutil/hwcontext_internal.h
@@ -101,6 +101,7 @@ struct AVHWFramesInternal {
extern const HWContextType ff_hwcontext_type_cuda;
extern const HWContextType ff_hwcontext_type_dxva2;
+extern const HWContextType ff_hwcontext_type_qsv;
extern const HWContextType ff_hwcontext_type_vaapi;
extern const HWContextType ff_hwcontext_type_vdpau;