1
0
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:
wm4 2015-03-10 17:17:15 +01:00
parent eb482140d9
commit c7790b4526

View File

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