mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
m_option: make "add speed 0.1" command work
Was broken since the speed property was switched from float to double.
This commit is contained in:
parent
fb022db423
commit
f05206f899
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user