Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
72d74337
Commit
72d74337
authored
Aug 20, 2009
by
Pierre
Browse files
es: RGB masks needs to be uint32_t.
parent
de1eee2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_es.h
View file @
72d74337
...
...
@@ -122,7 +122,7 @@ struct video_format_t
unsigned
int
i_frame_rate
;
/**< frame rate numerator */
unsigned
int
i_frame_rate_base
;
/**< frame rate denominator */
int
i_rmask
,
i_gmask
,
i_bmask
;
/**< color masks for RGB chroma */
u
int
32_t
i_rmask
,
i_gmask
,
i_bmask
;
/**< color masks for RGB chroma */
int
i_rrshift
,
i_lrshift
;
int
i_rgshift
,
i_lgshift
;
int
i_rbshift
,
i_lbshift
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment