mirror of https://github.com/mpv-player/mpv
vo_xv, vo_x11: fix typos in warnings
This commit is contained in:
parent
e58ecc3630
commit
34a33ebd4d
|
@ -407,8 +407,8 @@ static int preinit(struct vo *vo)
|
|||
goto error;
|
||||
|
||||
p->gc = XCreateGC(x11->display, x11->window, 0, NULL);
|
||||
MP_WARN(vo, "Warning: this legacy VO has bad performance. Consider fixing"
|
||||
"your graphic drivers, or not forcing the x11 VO.\n");
|
||||
MP_WARN(vo, "Warning: this legacy VO has bad performance. Consider fixing "
|
||||
"your graphics drivers, or not forcing the x11 VO.\n");
|
||||
return 0;
|
||||
|
||||
error:
|
||||
|
|
|
@ -856,7 +856,7 @@ static int preinit(struct vo *vo)
|
|||
|
||||
MP_WARN(vo, "Warning: this legacy VO has bad quality and performance, "
|
||||
"and will in particular result in blurry OSD and subtitles. "
|
||||
"You should fix your graphic drivers, or not force the xv VO.\n");
|
||||
"You should fix your graphics drivers, or not force the xv VO.\n");
|
||||
return 0;
|
||||
|
||||
error:
|
||||
|
|
Loading…
Reference in New Issue