mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
lavc/videotoolboxenc: Fix compilation on osx 10.10.5 Yosemite
Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
parent
02741853d7
commit
72d9b8f4c5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user