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
5e0a3278
Commit
5e0a3278
authored
Nov 03, 2019
by
Nomis101
Committed by
Rick Kern
Nov 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: Add more kCVImageBufferColorPrimaries to videotoolboxenc
Signed-off-by:
Rick Kern
<
kernrj@gmail.com
>
parent
315a4496
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
videotoolboxenc.c
libavcodec/videotoolboxenc.c
+8
-0
No files found.
libavcodec/videotoolboxenc.c
View file @
5e0a3278
...
...
@@ -894,6 +894,14 @@ static int get_cv_color_primaries(AVCodecContext *avctx,
*
primaries
=
NULL
;
break
;
case
AVCOL_PRI_BT470BG
:
*
primaries
=
kCVImageBufferColorPrimaries_EBU_3213
;
break
;
case
AVCOL_PRI_SMPTE170M
:
*
primaries
=
kCVImageBufferColorPrimaries_SMPTE_C
;
break
;
case
AVCOL_PRI_BT709
:
*
primaries
=
kCVImageBufferColorPrimaries_ITU_R_709_2
;
break
;
...
...
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