vo_drm, wo_wlshm: mention that it's software scaling

(But does anyone even read --vo=help output?)
This commit is contained in:
wm4 2020-02-11 21:45:16 +01:00
parent 2337e2861f
commit 5a45a4ca39
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,