Commit 345fa6c3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vdpau/display: do not set background colour

This interferes with overlay-based outputs, and serves no useful
purpose for VLC since the video frames are always fully opaque.
parent 2d681f4c
......@@ -662,9 +662,6 @@ static int Open(vlc_object_t *obj)
goto error;
}
VdpColor black = { 0.f, 0.f, 0.f, 1.f };
vdp_presentation_queue_set_background_color(sys->vdp, sys->queue, &black);
sys->cursor = XCB_cursor_Create(sys->conn, screen);
sys->pool = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment