summaryrefslogtreecommitdiff
path: root/libavcodec/hwaccels.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2017-11-19 08:42:39 -0800
committerPhilip Langdale <philipl@overt.org>2017-11-26 14:55:01 -0800
commit1da9851e3470a019a35793c913a1de07f75dc3fc (patch)
tree8dee772ddc3cd2367d7f4b013a8639c58d068609 /libavcodec/hwaccels.h
parentf69e9365f6e0c43ac78bc0b2358591c54f0448b3 (diff)
avcodec/nvdec: Implement vp8 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 afe7289341..fcfe4e088e 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_nvdec_hwaccel;
extern const AVHWAccel ff_vp8_vaapi_hwaccel;
extern const AVHWAccel ff_vp9_d3d11va_hwaccel;
extern const AVHWAccel ff_vp9_d3d11va2_hwaccel;