1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

command: redraw subs if sub-delay is changed

Though in practice this probably happened anyway, because OSD was
redrawn.
This commit is contained in:
wm4 2013-06-29 01:32:38 +02:00
parent f1fc60b32d
commit 00b0f42c42

View File

@ -1433,7 +1433,7 @@ static int mp_property_sub_delay(m_option_t *prop, int action, void *arg,
*(char **)arg = format_delay(opts->sub_delay);
return M_PROPERTY_OK;
}
return mp_property_generic_option(prop, action, arg, mpctx);
return property_osd_helper(prop, action, arg, mpctx);
}
static int mp_property_sub_pos(m_option_t *prop, int action, void *arg,