summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/vo_drm.c2
-rw-r--r--video/out/vo_wlshm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/video/out/vo_drm.c b/video/out/vo_drm.c
index 96286bd30a..0a5c714744 100644
--- a/video/out/vo_drm.c
+++ b/video/out/vo_drm.c
@@ -674,7 +674,7 @@ static int control(struct vo *vo, uint32_t request, void *arg)
const struct vo_driver video_out_drm = {
.name = "drm",
- .description = "Direct Rendering Manager",
+ .description = "Direct Rendering Manager (software scaling)",
.preinit = preinit,
.query_format = query_format,
.reconfig = reconfig,
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,