summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2015-12-19 20:31:00 +0100
committerTimo Rothenpieler <timo@rothenpieler.org>2015-12-22 12:54:23 +0100
commitd7c2b75681e5d8942af6b0c30abf6e79b474d819 (patch)
tree9c91a9e6d7e3aabc395e35f1951e732d085a7a6f /libavcodec/allcodecs.c
parentb18230ee8c166eddcef8592c3217b4f1c3fc33c9 (diff)
downloadffmpeg-streaming-d7c2b75681e5d8942af6b0c30abf6e79b474d819.zip
ffmpeg-streaming-d7c2b75681e5d8942af6b0c30abf6e79b474d819.tar.gz
vaapi: Add VP9 hwaccell support
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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 6361a38..4eeb6f3 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -112,6 +112,7 @@ void avcodec_register_all(void)
REGISTER_HWACCEL(VC1_QSV, vc1_qsv);
REGISTER_HWACCEL(VP9_D3D11VA, vp9_d3d11va);
REGISTER_HWACCEL(VP9_DXVA2, vp9_dxva2);
+ REGISTER_HWACCEL(VP9_VAAPI, vp9_vaapi);
REGISTER_HWACCEL(WMV3_D3D11VA, wmv3_d3d11va);
REGISTER_HWACCEL(WMV3_DXVA2, wmv3_dxva2);
REGISTER_HWACCEL(WMV3_VAAPI, wmv3_vaapi);
OpenPOWER on IntegriCloud