diff options
author | rcombs <rcombs@rcombs.me> | 2021-11-13 02:43:06 -0600 |
---|---|---|
committer | rcombs <rcombs@rcombs.me> | 2021-11-28 16:40:58 -0600 |
commit | a41a2efc85f8c88caec10040ee437562f9d0b947 (patch) | |
tree | 133c31e9eb66bc1a180f9da2d545b5beebcd1ad8 /libavcodec/hwaccels.h | |
parent | e3c6cc96cf2f0b2c22dee80a53a01a5fe4fea009 (diff) | |
download | ffmpeg-a41a2efc85f8c88caec10040ee437562f9d0b947.tar.gz |
lavc/videotoolbox: add VP9 hardware acceleration
On M1 Max, this supports profiles 0 and 2, but not 1 and 3.
Diffstat (limited to 'libavcodec/hwaccels.h')
-rw-r--r-- | libavcodec/hwaccels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hwaccels.h b/libavcodec/hwaccels.h index 8e54cf73f9..65e778f3e4 100644 --- a/libavcodec/hwaccels.h +++ b/libavcodec/hwaccels.h @@ -74,6 +74,7 @@ extern const AVHWAccel ff_vp9_dxva2_hwaccel; extern const AVHWAccel ff_vp9_nvdec_hwaccel; extern const AVHWAccel ff_vp9_vaapi_hwaccel; extern const AVHWAccel ff_vp9_vdpau_hwaccel; +extern const AVHWAccel ff_vp9_videotoolbox_hwaccel; extern const AVHWAccel ff_wmv3_d3d11va_hwaccel; extern const AVHWAccel ff_wmv3_d3d11va2_hwaccel; extern const AVHWAccel ff_wmv3_dxva2_hwaccel; |