summaryrefslogtreecommitdiff
path: root/libavcodec/hwaccels.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-11-18 17:55:24 +0000
committerMark Thompson <sw@jkqxz.net>2017-11-26 21:41:19 +0000
commit40b75a943bcb6a4af00c44ef6e52cbfc3e6580d8 (patch)
treeed24581c0e5c2f521c86af78c78e8befd82e1a6b /libavcodec/hwaccels.h
parent9f00fa536938130e3c7ad2640a61795770d419a1 (diff)
vaapi: Add VP8 decode hwaccel
Diffstat (limited to 'libavcodec/hwaccels.h')
-rw-r--r--libavcodec/hwaccels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hwaccels.h b/libavcodec/hwaccels.h
index 8a3c29e435..afe7289341 100644
--- a/libavcodec/hwaccels.h
+++ b/libavcodec/hwaccels.h
@@ -59,6 +59,7 @@ extern const AVHWAccel ff_vc1_dxva2_hwaccel;
extern const AVHWAccel ff_vc1_nvdec_hwaccel;
extern const AVHWAccel ff_vc1_vaapi_hwaccel;
extern const AVHWAccel ff_vc1_vdpau_hwaccel;
+extern const AVHWAccel ff_vp8_vaapi_hwaccel;
extern const AVHWAccel ff_vp9_d3d11va_hwaccel;
extern const AVHWAccel ff_vp9_d3d11va2_hwaccel;
extern const AVHWAccel ff_vp9_dxva2_hwaccel;