summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_internal.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-01-13 14:25:58 +0100
committerAnton Khirnov <anton@khirnov.net>2016-06-21 19:53:37 +0200
commit59e7361cc791e5103be1712dc59a2055f118d0da (patch)
treef94952dc2d601d9d9f46cc5d2c895932b2f9beac /libavutil/hwcontext_internal.h
parent6f19bbcf8532d018d8d6d82e000738d0ac2385c9 (diff)
downloadffmpeg-59e7361cc791e5103be1712dc59a2055f118d0da.tar.gz
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;