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
ca639cdf
Commit
ca639cdf
authored
19 years ago
by
Jean-Paul Saman
Browse files
Options
Downloads
Patches
Plain Diff
use proper type for struct subpicture_t.b_absolute
parent
09848652
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/vlc_video.h
+1
-1
1 addition, 1 deletion
include/vlc_video.h
with
1 addition
and
1 deletion
include/vlc_video.h
+
1
−
1
View file @
ca639cdf
...
...
@@ -264,7 +264,7 @@ struct subpicture_t
int
i_alpha
;
/**< transparency */
int
i_original_picture_width
;
/**< original width of the movie */
int
i_original_picture_height
;
/**< original height of the movie */
int
b_absolute
;
/**< position is absolute */
vlc_bool_t
b_absolute
;
/**< position is absolute */
int
i_flags
;
/**< position flags */
/**@}*/
...
...
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