diff options
Diffstat (limited to 'video/out/vo.c')
-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 ee554f0e6d..050a5303e6 100644 --- a/video/out/vo.c +++ b/video/out/vo.c @@ -174,6 +174,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, + .global_opts = vo->global_opts, .hidden = vo->encode || !strcmp(vo->name, "opengl-cb"), .p = vo, }; |