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. --- audio/out/ao.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio') diff --git a/audio/out/ao.c b/audio/out/ao.c index 522acc21c1..6227891d57 100644 --- a/audio/out/ao.c +++ b/audio/out/ao.c @@ -107,6 +107,7 @@ static bool get_desc(struct m_obj_desc *dst, int index) .priv_size = ao->priv_size, .priv_defaults = ao->priv_defaults, .options = ao->options, + .hidden = ao->encode, .p = ao, }; return true; -- cgit v1.2.3