summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_decode.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-10-02 08:51:32 +0200
committerAnton Khirnov <anton@khirnov.net>2016-12-19 08:13:08 +0100
commitea8b730d8e67152107d7fcdd5590bbb51ec236b1 (patch)
treed0c99fe8db6b223fee7b1b77647c90fa8ac4a50f /libavcodec/vaapi_decode.c
parent1783d7ec03d730c5bd96c07bc5fa7aa566f85c66 (diff)
hevcdec: add a VAAPI hwaccel
Partially based on a patch by Timo Rothenpieler <timo@rothenpieler.org>. Additional scaling list handling fix by Jun Zhao <mypopydev@gmail.com>.
Diffstat (limited to 'libavcodec/vaapi_decode.c')
-rw-r--r--libavcodec/vaapi_decode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vaapi_decode.c b/libavcodec/vaapi_decode.c
index b02f2b8cf3..88bd889515 100644
--- a/libavcodec/vaapi_decode.c
+++ b/libavcodec/vaapi_decode.c
@@ -250,6 +250,7 @@ static const struct {
MAP(H264, H264_HIGH, H264High ),
#if VA_CHECK_VERSION(0, 37, 0)
MAP(HEVC, HEVC_MAIN, HEVCMain ),
+ MAP(HEVC, HEVC_MAIN_10, HEVCMain10 ),
#endif
MAP(WMV3, VC1_SIMPLE, VC1Simple ),
MAP(WMV3, VC1_MAIN, VC1Main ),