From 5a45a4ca3985efaa01e372ee777a4efbe642fe34 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 11 Feb 2020 21:45:16 +0100 Subject: vo_drm, wo_wlshm: mention that it's software scaling (But does anyone even read --vo=help output?) --- video/out/vo_wlshm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_wlshm.c') diff --git a/video/out/vo_wlshm.c b/video/out/vo_wlshm.c index 465bb122ad..40c5b0da0f 100644 --- a/video/out/vo_wlshm.c +++ b/video/out/vo_wlshm.c @@ -285,7 +285,7 @@ static const m_option_t options[] = { }; const struct vo_driver video_out_wlshm = { - .description = "Wayland SHM video output", + .description = "Wayland SHM video output (software scaling)", .name = "wlshm", .preinit = preinit, .query_format = query_format, -- cgit v1.2.3