mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:12:25 +00:00
vo: hide opengl-cb in --vo=help
Avoids stupid questions.
This commit is contained in:
parent
eb482140d9
commit
c7790b4526
@ -166,7 +166,7 @@ static bool get_desc(struct m_obj_desc *dst, int index)
|
||||
.priv_size = vo->priv_size,
|
||||
.priv_defaults = vo->priv_defaults,
|
||||
.options = vo->options,
|
||||
.hidden = vo->encode,
|
||||
.hidden = vo->encode || !strcmp(vo->name, "opengl-cb"),
|
||||
.p = vo,
|
||||
};
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user