mirror of https://github.com/mpv-player/mpv
vo_drm, wo_wlshm: mention that it's software scaling
(But does anyone even read --vo=help output?)
This commit is contained in:
parent
2337e2861f
commit
5a45a4ca39
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue