From 3cdf4cf14d48bfb2eff2806da96f684175a71eb8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 21 Jul 2013 22:03:53 +0200 Subject: 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. --- video/out/vo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video') 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; -- cgit v1.2.3