summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-21 22:03:53 +0200
committerwm4 <wm4@nowhere>2013-07-21 23:27:31 +0200
commit3cdf4cf14d48bfb2eff2806da96f684175a71eb8 (patch)
treef41c9d511ccbc677a1141b83eb96d98a33fed3c1 /video
parent2111d7bc05721002299703160e0dc37a5e84a94b (diff)
downloadmpv-3cdf4cf14d48bfb2eff2806da96f684175a71eb8.tar.bz2
mpv-3cdf4cf14d48bfb2eff2806da96f684175a71eb8.tar.xz
options: hide encoding AO/VO in help output
These can't be used manually. Encoding is enabled with -o instead, and the encoding AO/VO is selected using internal mechanisms.
Diffstat (limited to 'video')
-rw-r--r--video/out/vo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 17ce53379f..474d4e0c52 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -115,6 +115,7 @@ static bool get_desc(struct m_obj_desc *dst, int index)
.priv_defaults = vo->priv_defaults,
.options = vo->options,
.init_options = vo->init_option_string,
+ .hidden = vo->encode,
.p = vo,
};
return true;