Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f435ed4f
Commit
f435ed4f
authored
May 16, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mmal: do not delete nonexistent window
The code checks that there is no window earlier.
parent
112a8ed7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
modules/hw/mmal/vout.c
modules/hw/mmal/vout.c
+0
-2
No files found.
modules/hw/mmal/vout.c
View file @
f435ed4f
...
...
@@ -314,8 +314,6 @@ static int Open(vlc_object_t *object)
sys
->
dmx_handle
=
vc_dispmanx_display_open
(
0
);
vd
->
info
.
subpicture_chromas
=
subpicture_chromas
;
vout_display_DeleteWindow
(
vd
,
NULL
);
out:
if
(
ret
!=
VLC_SUCCESS
)
Close
(
object
);
...
...
Write
Preview
Markdown
is supported
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