summaryrefslogtreecommitdiff
path: root/libavcodec/vda_vt_internal.h
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2017-09-26 11:30:28 -0700
committerAman Gupta <aman@tmm1.net>2017-09-28 16:47:47 -0700
commit3d4f8b9184a4693c577e0b73496e6cc1989c6bbf (patch)
tree175678e1811b004f2a7faec4217d767478174c68 /libavcodec/vda_vt_internal.h
parentc32077c0ee1bcc8e00f5a9a151d540adac33ea8c (diff)
avcodec/videotoolbox: add hevc support
Signed-off-by: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'libavcodec/vda_vt_internal.h')
-rw-r--r--libavcodec/vda_vt_internal.h1
1 files changed, 1 insertions, 0 deletions
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 */