summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/vo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 31a1e74405..53525b4049 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -193,6 +193,7 @@ const struct m_obj_list vo_obj_list = {
},
.allow_unknown_entries = true,
.allow_trailer = true,
+ .disallow_positional_parameters = true,
};
static void dispatch_wakeup_cb(void *ptr)