Browse Source

lavc/videotoolboxenc: Fix compilation on osx 10.10.5 Yosemite

Signed-off-by: Aman Gupta <aman@tmm1.net>
(cherry picked from commit 72d9b8f4c5)
tags/n4.0.3
Thilo Borgmann Aman Gupta 7 years ago
parent
commit
49a90d5d31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/videotoolboxenc.c

+ 1
- 1
libavcodec/videotoolboxenc.c View File

@@ -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…
Cancel
Save