1
0
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:
wm4 2013-08-19 22:30:44 +02:00
parent fb022db423
commit f05206f899

View File

@ -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