From c1cb04b6a3f4fef43bf69b43b5cf7a1e770f3839 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 5 Jun 2016 16:56:34 +0200 Subject: vo_opengl: apply vo-cmdline command incrementally Instead of implicitly resetting the options to defaults and then applying the options, they're always applied on top of the current options (in the same way adding new options to the CLI command line will). This does not apply to vo_opengl_cb, because that has an even worse mess which I refuse to deal with. --- video/out/vo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index f417d5b522..000283cd36 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -303,6 +303,7 @@ struct vo { struct vo_internal *in; struct mp_vo_opts *opts; struct vo_extra extra; + struct m_config *config; // --- The following fields are generally only changed during initialization. -- cgit v1.2.3