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
12daab98
Commit
12daab98
authored
Dec 20, 2018
by
Steve Lhomme
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
direct3d11: fix direct rendering of software decoders
After
931080d3
parent
cb0b0fc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/video_output/win32/direct3d11.c
modules/video_output/win32/direct3d11.c
+1
-1
No files found.
modules/video_output/win32/direct3d11.c
View file @
12daab98
...
...
@@ -1487,7 +1487,7 @@ static int Direct3D11CreateFormatResources(vout_display_t *vd, const video_forma
sys
->
picQuad
.
i_height
=
(
sys
->
picQuad
.
i_height
+
0x01
)
&
~
0x01
;
}
video_format_t
surface_fmt
=
vd
->
fmt
;
video_format_t
surface_fmt
=
*
fmt
;
surface_fmt
.
i_width
=
sys
->
picQuad
.
i_width
;
surface_fmt
.
i_height
=
sys
->
picQuad
.
i_height
;
...
...
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