summaryrefslogtreecommitdiffstats
path: root/video/out/vo_wlshm.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-11 21:45:16 +0100
committerwm4 <wm4@nowhere>2020-02-11 21:45:16 +0100
commit5a45a4ca3985efaa01e372ee777a4efbe642fe34 (patch)
tree892131e662e0f33e97dd4180cd2670191b541476 /video/out/vo_wlshm.c
parent2337e2861f20e426bce5babb01c9e64e293de9d9 (diff)
downloadmpv-5a45a4ca3985efaa01e372ee777a4efbe642fe34.tar.bz2
mpv-5a45a4ca3985efaa01e372ee777a4efbe642fe34.tar.xz
vo_drm, wo_wlshm: mention that it's software scaling
(But does anyone even read --vo=help output?)
Diffstat (limited to 'video/out/vo_wlshm.c')
-rw-r--r--video/out/vo_wlshm.c2
1 files changed, 1 insertions, 1 deletions
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,