summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2021-10-03 18:31:37 +0100
committerDudemanguy <random342@airmail.cc>2021-11-15 14:02:08 +0000
commit37619c4cf590f866bfb5fe517ef4daefb36c9193 (patch)
treec4e2643f7141e1c2f0ab09af64bc26cfd65b0adf /video/out/vo.c
parentb66120a75d89a930a144cc8049954b8fbb55ad39 (diff)
downloadmpv-37619c4cf590f866bfb5fe517ef4daefb36c9193.tar.bz2
mpv-37619c4cf590f866bfb5fe517ef4daefb36c9193.tar.xz
options: remove always true m_obj_list::allow_unknown_entries
Ever instance of m_obj_list is a constant and for all of them, the field is true. Just remove the field all together. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 80fcaad4d0..08d109b768 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -211,7 +211,6 @@ const struct m_obj_list vo_obj_list = {
{"opengl-cb", "libmpv"},
{0}
},
- .allow_unknown_entries = true,
.allow_trailer = true,
.disallow_positional_parameters = true,
.use_global_options = true,