diff options
Diffstat (limited to 'video/out')
-rw-r--r-- | video/out/vo.c | 1 |
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; |