summaryrefslogtreecommitdiff
path: root/libavcodec/hwaccels.h
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2021-11-13 13:38:04 -0600
committerrcombs <rcombs@rcombs.me>2021-11-28 16:40:58 -0600
commitda0179b262a5e30e3c35fa2f522356ade68dc08e (patch)
tree6edaa35d4b9b4d3187fc937197f30ce94da0fca6 /libavcodec/hwaccels.h
parent805bf2ebc94b6a0583fa6ea8cfd4a797c8f20850 (diff)
lavc/proresdec: add videotoolbox 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 65e778f3e4..1e7b464950 100644
--- a/libavcodec/hwaccels.h
+++ b/libavcodec/hwaccels.h
@@ -60,6 +60,7 @@ extern const AVHWAccel ff_mpeg4_nvdec_hwaccel;
extern const AVHWAccel ff_mpeg4_vaapi_hwaccel;
extern const AVHWAccel ff_mpeg4_vdpau_hwaccel;
extern const AVHWAccel ff_mpeg4_videotoolbox_hwaccel;
+extern const AVHWAccel ff_prores_videotoolbox_hwaccel;
extern const AVHWAccel ff_vc1_d3d11va_hwaccel;
extern const AVHWAccel ff_vc1_d3d11va2_hwaccel;
extern const AVHWAccel ff_vc1_dxva2_hwaccel;