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
c3ff0713
Commit
c3ff0713
authored
Jan 11, 2012
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix step_minus1 pixel descirption for RGB64.
parent
550f7c43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
pixdesc.c
libavutil/pixdesc.c
+16
-16
No files found.
libavutil/pixdesc.c
View file @
c3ff0713
...
...
@@ -637,10 +637,10 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
.
log2_chroma_w
=
0
,
.
log2_chroma_h
=
0
,
.
comp
=
{
{
0
,
5
,
1
,
0
,
15
},
/* R */
{
0
,
5
,
3
,
0
,
15
},
/* G */
{
0
,
5
,
5
,
0
,
15
},
/* B */
{
0
,
5
,
7
,
0
,
15
},
/* A */
{
0
,
7
,
1
,
0
,
15
},
/* R */
{
0
,
7
,
3
,
0
,
15
},
/* G */
{
0
,
7
,
5
,
0
,
15
},
/* B */
{
0
,
7
,
7
,
0
,
15
},
/* A */
},
.
flags
=
PIX_FMT_RGB
|
PIX_FMT_BE
,
},
...
...
@@ -650,10 +650,10 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
.
log2_chroma_w
=
0
,
.
log2_chroma_h
=
0
,
.
comp
=
{
{
0
,
5
,
1
,
0
,
15
},
/* R */
{
0
,
5
,
3
,
0
,
15
},
/* G */
{
0
,
5
,
5
,
0
,
15
},
/* B */
{
0
,
5
,
7
,
0
,
15
},
/* B */
{
0
,
7
,
1
,
0
,
15
},
/* R */
{
0
,
7
,
3
,
0
,
15
},
/* G */
{
0
,
7
,
5
,
0
,
15
},
/* B */
{
0
,
7
,
7
,
0
,
15
},
/* B */
},
.
flags
=
PIX_FMT_RGB
,
},
...
...
@@ -759,10 +759,10 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
.
log2_chroma_w
=
0
,
.
log2_chroma_h
=
0
,
.
comp
=
{
{
0
,
5
,
1
,
0
,
15
},
/* B */
{
0
,
5
,
3
,
0
,
15
},
/* G */
{
0
,
5
,
5
,
0
,
15
},
/* R */
{
0
,
5
,
7
,
0
,
15
},
/* A */
{
0
,
7
,
1
,
0
,
15
},
/* B */
{
0
,
7
,
3
,
0
,
15
},
/* G */
{
0
,
7
,
5
,
0
,
15
},
/* R */
{
0
,
7
,
7
,
0
,
15
},
/* A */
},
.
flags
=
PIX_FMT_BE
,
},
...
...
@@ -772,10 +772,10 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
.
log2_chroma_w
=
0
,
.
log2_chroma_h
=
0
,
.
comp
=
{
{
0
,
5
,
1
,
0
,
15
},
/* B */
{
0
,
5
,
3
,
0
,
15
},
/* G */
{
0
,
5
,
5
,
0
,
15
},
/* R */
{
0
,
5
,
7
,
0
,
15
},
/* A */
{
0
,
7
,
1
,
0
,
15
},
/* B */
{
0
,
7
,
3
,
0
,
15
},
/* G */
{
0
,
7
,
5
,
0
,
15
},
/* R */
{
0
,
7
,
7
,
0
,
15
},
/* A */
},
},
[
PIX_FMT_BGR565BE
]
=
{
...
...
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