Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
2e0602f0
Commit
2e0602f0
authored
Dec 19, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wingdi: avoid copying vd->info
parent
e6dc15a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
modules/video_output/win32/wingdi.c
modules/video_output/win32/wingdi.c
+3
-6
No files found.
modules/video_output/win32/wingdi.c
View file @
2e0602f0
...
@@ -105,13 +105,10 @@ static int Open(vout_display_t *vd, const vout_display_cfg_t *cfg,
...
@@ -105,13 +105,10 @@ static int Open(vout_display_t *vd, const vout_display_cfg_t *cfg,
if
(
Init
(
vd
,
fmtp
))
if
(
Init
(
vd
,
fmtp
))
goto
error
;
goto
error
;
vout_display_info_t
info
=
vd
->
info
;
info
.
is_slow
=
false
;
info
.
has_double_click
=
true
;
info
.
has_pictures_invalid
=
true
;
/* */
/* */
vd
->
info
=
info
;
vd
->
info
.
is_slow
=
false
;
vd
->
info
.
has_double_click
=
true
;
vd
->
info
.
has_pictures_invalid
=
true
;
vd
->
pool
=
Pool
;
vd
->
pool
=
Pool
;
vd
->
prepare
=
NULL
;
vd
->
prepare
=
NULL
;
...
...
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