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
440
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
5b1a0562
Commit
5b1a0562
authored
2 years ago
by
François Cartegnie
Committed by
Steve Lhomme
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
vlc_picture: fix visible_pitch ambiguous label
parent
085d1ae7
No related branches found
Branches containing commit
No related tags found
1 merge request
!2551
vlc_picture: fix visible_pitch ambiguous label
Pipeline
#263015
canceled with stage
Stage:
in 13 minutes and 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/vlc_picture.h
+1
-1
1 addition, 1 deletion
include/vlc_picture.h
with
1 addition
and
1 deletion
include/vlc_picture.h
+
1
−
1
View file @
5b1a0562
...
...
@@ -55,7 +55,7 @@ typedef struct plane_t
/* Variables used for pictures with margins */
int
i_visible_lines
;
/**< How many visible lines are there? */
int
i_visible_pitch
;
/**< How many visible pixels are there? */
int
i_visible_pitch
;
/**< How many
bytes for
visible pixels are there? */
}
plane_t
;
...
...
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