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 1e195bcece..1f160443c5 100644
--- a/mpvcore/m_option.c
+++ b/mpvcore/m_option.c
@@ -651,6 +651,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