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
c3aa4bf5
Commit
c3aa4bf5
authored
Dec 19, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d11: assert vd->info not clobbered
parent
45f9593a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/video_output/win32/direct3d11.c
modules/video_output/win32/direct3d11.c
+1
-0
No files found.
modules/video_output/win32/direct3d11.c
View file @
c3aa4bf5
...
...
@@ -379,6 +379,7 @@ static int Open(vout_display_t *vd, const vout_display_cfg_t *cfg,
if
(
Direct3D11Open
(
vd
,
fmtp
))
{
msg_Err
(
vd
,
"Direct3D11 could not be opened"
);
assert
(
!
vd
->
info
.
is_slow
);
/* vd->info was not modified */
goto
error
;
}
...
...
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