summaryrefslogtreecommitdiff
path: root/libavcodec/hwaccels.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2020-11-05 14:13:14 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2020-11-12 15:55:16 +0100
commit8f4aec719e7c00cd75074ef34d99d2f2f22e622a (patch)
tree1339c6f550a66b8fa4a646a9fdbe7726d0301add /libavcodec/hwaccels.h
parent3fcfde2cea55dcbf16c42d5378b6f0e662fece55 (diff)
avcodec/dxva2: add AV1 decode support
Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/hwaccels.h')
-rw-r--r--libavcodec/hwaccels.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/hwaccels.h b/libavcodec/hwaccels.h
index 6c698f6764..8e54cf73f9 100644
--- a/libavcodec/hwaccels.h
+++ b/libavcodec/hwaccels.h
@@ -21,6 +21,9 @@
#include "avcodec.h"
+extern const AVHWAccel ff_av1_d3d11va_hwaccel;
+extern const AVHWAccel ff_av1_d3d11va2_hwaccel;
+extern const AVHWAccel ff_av1_dxva2_hwaccel;
extern const AVHWAccel ff_av1_nvdec_hwaccel;
extern const AVHWAccel ff_av1_vaapi_hwaccel;
extern const AVHWAccel ff_h263_vaapi_hwaccel;