Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
72d9b8f4
Commit
72d9b8f4
authored
Aug 09, 2018
by
Thilo Borgmann
Committed by
Aman Gupta
Aug 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/videotoolboxenc: Fix compilation on osx 10.10.5 Yosemite
Signed-off-by:
Aman Gupta
<
aman@tmm1.net
>
parent
02741853
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
videotoolboxenc.c
libavcodec/videotoolboxenc.c
+1
-1
No files found.
libavcodec/videotoolboxenc.c
View file @
72d9b8f4
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment