mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 10:02:17 +00:00
command: don't delay progress updates to next video frame
This commit is contained in:
parent
16b48a429d
commit
71a8aa2e9a
@ -4941,6 +4941,7 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re
|
||||
mpctx->add_osd_seek_info |=
|
||||
(msg_osd ? OSD_SEEK_INFO_TEXT : 0) |
|
||||
(bar_osd ? OSD_SEEK_INFO_BAR : 0);
|
||||
mpctx->osd_force_update = true;
|
||||
break;
|
||||
|
||||
case MP_CMD_TV_LAST_CHANNEL: {
|
||||
|
Loading…
Reference in New Issue
Block a user