mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
VDPAU: Changed OSD alpha calculation.
This commit is contained in:
parent
1593d5dd83
commit
eb024558de
@ -2,6 +2,7 @@ User johns
|
|||||||
Date:
|
Date:
|
||||||
|
|
||||||
Release Version 0.3.6
|
Release Version 0.3.6
|
||||||
|
VDPAU: Changed OSD alpha calculation.
|
||||||
Fix bug: Used VideoSharpen for denoise settings.
|
Fix bug: Used VideoSharpen for denoise settings.
|
||||||
Instant update deinterlace/... configuration changes.
|
Instant update deinterlace/... configuration changes.
|
||||||
Fix bug: AudioExit called without AudioInit crash.
|
Fix bug: AudioExit called without AudioInit crash.
|
||||||
|
2
video.c
2
video.c
@ -5464,7 +5464,7 @@ static void VdpauMixOsd(void)
|
|||||||
//
|
//
|
||||||
blend_state.struct_version = VDP_OUTPUT_SURFACE_RENDER_BLEND_STATE_VERSION;
|
blend_state.struct_version = VDP_OUTPUT_SURFACE_RENDER_BLEND_STATE_VERSION;
|
||||||
blend_state.blend_factor_source_color =
|
blend_state.blend_factor_source_color =
|
||||||
VDP_OUTPUT_SURFACE_RENDER_BLEND_FACTOR_ONE;
|
VDP_OUTPUT_SURFACE_RENDER_BLEND_FACTOR_SRC_ALPHA;
|
||||||
blend_state.blend_factor_source_alpha =
|
blend_state.blend_factor_source_alpha =
|
||||||
VDP_OUTPUT_SURFACE_RENDER_BLEND_FACTOR_ONE;
|
VDP_OUTPUT_SURFACE_RENDER_BLEND_FACTOR_ONE;
|
||||||
blend_state.blend_factor_destination_color =
|
blend_state.blend_factor_destination_color =
|
||||||
|
Loading…
Reference in New Issue
Block a user