Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
9d2dc9e1
Commit
9d2dc9e1
authored
Nov 04, 2021
by
Nikolay Sivov
Committed by
Alexandre Julliard
Nov 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
evr/mixer: Set per-stream alpha to fully opaque.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
aad6c572
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mixer.c
dlls/evr/mixer.c
+1
-0
No files found.
dlls/evr/mixer.c
View file @
9d2dc9e1
...
...
@@ -1326,6 +1326,7 @@ static void video_mixer_render(struct video_mixer *mixer, IDirect3DSurface9 *rt)
video_mixer_normalize_rect
(
&
dst
,
&
stream_vis
,
&
norm
);
video_mixer_scale_rect
(
&
samples
[
sample_count
].
DstRect
,
rt_desc
.
Width
,
rt_desc
.
Height
,
&
norm
);
samples
[
sample_count
].
PlanarAlpha
=
DXVA2FloatToFixed
(
1
.
0
f
);
sample_count
++
;
}
...
...
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