summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorZhong Li <zhong.li@intel.com>2019-08-13 14:11:12 +0800
committerZhong Li <zhong.li@intel.com>2019-08-20 13:34:04 +0800
commit655ff4708bfe160447b07d0cbae6b710666f0139 (patch)
tree83ae37a822bf25d5a2ac5c7b68403b2fd9707cd1 /libavcodec/allcodecs.c
parent7555cfd29b7150a9c59f8a757ae0e5804a369644 (diff)
downloadffmpeg-streaming-655ff4708bfe160447b07d0cbae6b710666f0139.zip
ffmpeg-streaming-655ff4708bfe160447b07d0cbae6b710666f0139.tar.gz
lavc/qsvdec: Add VP9 decoder support
VP9 decoder is support on Intel kabyLake+ platforms with MSDK Version 1.19+ Signed-off-by: Zhong Li <zhong.li@intel.com>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index cfc1d47..2298532 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -780,6 +780,7 @@ extern AVCodec ff_vp8_v4l2m2m_encoder;
extern AVCodec ff_vp8_vaapi_encoder;
extern AVCodec ff_vp9_cuvid_decoder;
extern AVCodec ff_vp9_mediacodec_decoder;
+extern AVCodec ff_vp9_qsv_decoder;
extern AVCodec ff_vp9_vaapi_encoder;
// The iterate API is not usable with ossfuzz due to the excessive size of binaries created
OpenPOWER on IntegriCloud