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
0e4d34e0
Commit
0e4d34e0
authored
Oct 31, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pix_fmt_info: add 9/10 bit YUVA formats
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
6c49562d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
imgconvert.c
libavcodec/imgconvert.c
+36
-0
No files found.
libavcodec/imgconvert.c
View file @
0e4d34e0
...
...
@@ -193,6 +193,42 @@ static const PixFmtInfo pix_fmt_info[AV_PIX_FMT_NB] = {
[
AV_PIX_FMT_YUVA444P
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA420P9LE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA422P9LE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA444P9LE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA420P9BE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA422P9BE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA444P9BE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA420P10LE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA422P10LE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA444P10LE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA420P10BE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA422P10BE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
[
AV_PIX_FMT_YUVA444P10BE
]
=
{
.
color_type
=
FF_COLOR_YUV
,
},
/* JPEG YUV */
[
AV_PIX_FMT_YUVJ420P
]
=
{
...
...
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