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
6798d2cf
Commit
6798d2cf
authored
Jun 24, 2008
by
Rémi Denis-Courmont
Browse files
Fix vout_ReleaseWindow invocation
parent
6372f8fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_output/vout_intf.c
View file @
6798d2cf
...
...
@@ -825,8 +825,7 @@ int vout_vaControlDefault( vout_thread_t *p_vout, int i_query, va_list args )
{
case
VOUT_REPARENT
:
case
VOUT_CLOSE
:
if
(
p_vout
->
p_window
)
vout_ReleaseWindow
(
p_vout
->
p_window
,
NULL
);
vout_ReleaseWindow
(
p_vout
,
NULL
);
return
VLC_SUCCESS
;
case
VOUT_SNAPSHOT
:
...
...
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