1
0
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:
wm4 2016-07-08 13:46:15 +02:00
parent 16b48a429d
commit 71a8aa2e9a

View File

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