Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ec948357
Commit
ec948357
authored
Jul 05, 2008
by
Rémi Denis-Courmont
Browse files
Fix return type
parent
af4010a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_output/video_output.c
View file @
ec948357
...
...
@@ -1226,7 +1226,7 @@ static picture_t *ChromaGetPicture( filter_t *p_filter )
return
p_pic
;
}
static
int
ChromaCopyRgbInfo
(
es_format_t
*
p_fmt
,
picture_heap_t
*
p_heap
)
static
void
ChromaCopyRgbInfo
(
es_format_t
*
p_fmt
,
picture_heap_t
*
p_heap
)
{
p_fmt
->
video
.
i_rmask
=
p_heap
->
i_rmask
;
p_fmt
->
video
.
i_gmask
=
p_heap
->
i_gmask
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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