Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
451
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
da88517c
Commit
da88517c
authored
3 years ago
by
Rémi Denis-Courmont
Committed by
Hugo Beauzée-Luyssen
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fourcc: fix NV16 description
Omitted from
9b8944c7
.
parent
db3b4b96
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1451
v4l2: add NV16 and NV24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/misc/fourcc.c
+1
-1
1 addition, 1 deletion
src/misc/fourcc.c
with
1 addition
and
1 deletion
src/misc/fourcc.c
+
1
−
1
View file @
da88517c
...
...
@@ -729,7 +729,7 @@ static const struct
{
{
VLC_CODEC_YUV_PLANAR_420
},
PLANAR_8
(
3
,
2
,
2
)
},
{
{
VLC_CODEC_NV12
,
VLC_CODEC_NV21
},
SEMIPLANAR
(
2
,
2
,
1
,
8
)
},
{
{
VLC_CODEC_YUV_PLANAR_422
},
PLANAR_8
(
3
,
2
,
1
)
},
{
{
VLC_CODEC_NV16
,
VLC_CODEC_NV61
},
PLANAR
_8
(
2
,
1
,
1
)
},
{
{
VLC_CODEC_NV16
,
VLC_CODEC_NV61
},
SEMI
PLANAR
(
2
,
1
,
1
,
8
)
},
{
{
VLC_CODEC_YUV_PLANAR_440
},
PLANAR_8
(
3
,
1
,
2
)
},
{
{
VLC_CODEC_YUV_PLANAR_444
},
PLANAR_8
(
3
,
1
,
1
)
},
{
{
VLC_CODEC_YUVA
},
PLANAR_8
(
4
,
1
,
1
)
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment