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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c
index f2932e89b1..e8f0fcd490 100644
--- a/video/out/vo_xv.c
+++ b/video/out/vo_xv.c
@@ -866,6 +866,7 @@ static int control(struct vo *vo, uint32_t request, void *data)
const struct vo_driver video_out_xv = {
.description = "X11/Xv",
.name = "xv",
+ .caps = VO_CAP_EVIL_OSD,
.preinit = preinit,
.query_format = query_format,
.reconfig = reconfig,