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/vt_internal.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/vt_internal.h')
-rw-r--r-- | libavcodec/vt_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vt_internal.h b/libavcodec/vt_internal.h index e2f279d0fc..54a11fd1b5 100644 --- a/libavcodec/vt_internal.h +++ b/libavcodec/vt_internal.h @@ -64,5 +64,6 @@ int ff_videotoolbox_h264_decode_slice(AVCodecContext *avctx, int ff_videotoolbox_common_end_frame(AVCodecContext *avctx, AVFrame *frame); CFDataRef ff_videotoolbox_avcc_extradata_create(AVCodecContext *avctx); CFDataRef ff_videotoolbox_hvcc_extradata_create(AVCodecContext *avctx); +CFDataRef ff_videotoolbox_vpcc_extradata_create(AVCodecContext *avctx); #endif /* AVCODEC_VT_INTERNAL_H */ |