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
8dde8310
Commit
8dde8310
authored
Dec 19, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
caopengllayer: avoid copying vd->info
parent
d76d1a6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
modules/video_output/caopengllayer.m
modules/video_output/caopengllayer.m
+1
-3
No files found.
modules/video_output/caopengllayer.m
View file @
8dde8310
...
...
@@ -197,9 +197,7 @@ static int Open (vout_display_t *vd, const vout_display_cfg_t *cfg,
}
/* setup vout display */
vout_display_info_t
info
=
vd
->
info
;
info
.
subpicture_chromas
=
subpicture_chromas
;
vd
->
info
=
info
;
vd
->
info
.
subpicture_chromas
=
subpicture_chromas
;
vd
->
pool
=
Pool
;
vd
->
prepare
=
PictureRender
;
...
...
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