mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
vo_x11: don't call X11 "crap"
X11 is in fact beautiful and superior to Wayland. Instead, just state what the problem is in most cases: software scaling. (We have accelerated X11 rendering in vo_gpu and others.)
This commit is contained in:
parent
8c2179becf
commit
2337e2861f
@ -428,7 +428,7 @@ static int control(struct vo *vo, uint32_t request, void *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
const struct vo_driver video_out_x11 = {
|
const struct vo_driver video_out_x11 = {
|
||||||
.description = "X11 (slow, old crap)",
|
.description = "X11 (software scaling)",
|
||||||
.name = "x11",
|
.name = "x11",
|
||||||
.priv_size = sizeof(struct priv),
|
.priv_size = sizeof(struct priv),
|
||||||
.preinit = preinit,
|
.preinit = preinit,
|
||||||
|
Loading…
Reference in New Issue
Block a user