summaryrefslogtreecommitdiffstats
path: root/video/out/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_xv.c')
-rw-r--r--video/out/vo_xv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c
index ad40fd8376..e02ea2d046 100644
--- a/video/out/vo_xv.c
+++ b/video/out/vo_xv.c
@@ -843,6 +843,9 @@ static int preinit(struct vo *vo)
ctx->fo = XvListImageFormats(x11->display, ctx->xv_port,
(int *) &ctx->formats);
+ 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");
return 0;
error: