Commit 72d9b8f4 authored by Thilo Borgmann's avatar Thilo Borgmann Committed by Aman Gupta

lavc/videotoolboxenc: Fix compilation on osx 10.10.5 Yosemite

Signed-off-by: 's avatarAman Gupta <aman@tmm1.net>
parent 02741853
......@@ -41,7 +41,7 @@ enum { kCMVideoCodecType_HEVC = 'hvc1' };
typedef OSStatus (*getParameterSetAtIndex)(CMFormatDescriptionRef videoDesc,
size_t parameterSetIndex,
const uint8_t * _Nullable *parameterSetPointerOut,
const uint8_t **parameterSetPointerOut,
size_t *parameterSetSizeOut,
size_t *parameterSetCountOut,
int *NALUnitHeaderLengthOut);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment