From 3d4f8b9184a4693c577e0b73496e6cc1989c6bbf Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Tue, 26 Sep 2017 11:30:28 -0700 Subject: avcodec/videotoolbox: add hevc support Signed-off-by: Aman Gupta --- libavcodec/vda_vt_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vda_vt_internal.h') diff --git a/libavcodec/vda_vt_internal.h b/libavcodec/vda_vt_internal.h index e55a813899..326a60a695 100644 --- a/libavcodec/vda_vt_internal.h +++ b/libavcodec/vda_vt_internal.h @@ -59,4 +59,5 @@ int ff_videotoolbox_h264_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size); CFDataRef ff_videotoolbox_avcc_extradata_create(AVCodecContext *avctx); +CFDataRef ff_videotoolbox_hvcc_extradata_create(AVCodecContext *avctx); #endif /* AVCODEC_VDA_VT_INTERNAL_H */ -- cgit v1.2.3