summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpvcore/m_option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/m_option.c b/mpvcore/m_option.c
index 034c7d7c66..b51aa64bd5 100644
--- a/mpvcore/m_option.c
+++ b/mpvcore/m_option.c
@@ -653,6 +653,7 @@ const m_option_type_t m_option_type_double = {
.pretty_print = print_double_f3,
.copy = copy_opt,
.clamp = clamp_double,
+ .add = add_double,
};
#undef VAL