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
443
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
e0c417db
Commit
e0c417db
authored
2 years ago
by
Rémi Denis-Courmont
Browse files
Options
Downloads
Patches
Plain Diff
orient: add remaining semi-planar formats
Fixes #26643
parent
a7d611f2
No related branches found
Branches containing commit
No related tags found
1 merge request
!1450
orient: add semiplanar formats
Pipeline
#194125
passed with stages
in 24 minutes and 40 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/video_chroma/orient.c
+6
-0
6 additions, 0 deletions
modules/video_chroma/orient.c
with
6 additions
and
0 deletions
modules/video_chroma/orient.c
+
6
−
0
View file @
e0c417db
...
...
@@ -322,6 +322,12 @@ static int Open(filter_t *filter)
switch
(
src
->
i_chroma
)
{
case
VLC_CODEC_NV12
:
case
VLC_CODEC_NV21
:
case
VLC_CODEC_NV16
:
case
VLC_CODEC_NV61
:
case
VLC_CODEC_NV24
:
case
VLC_CODEC_NV42
:
case
VLC_CODEC_P010
:
case
VLC_CODEC_P016
:
/* Double-size samples on second plane */
sys
->
plane_size_order
[
1
]
++
;
break
;
...
...
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