summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-07-08 13:46:15 +0200
committerwm4 <wm4@nowhere>2016-07-08 13:46:15 +0200
commit71a8aa2e9aa66b243cb5e4765b5f9fd70003a096 (patch)
treee9fd6bd61f3c39be1448c50c84d79c9966c5974a
parent16b48a429d23473ce5ce6a9bfe9dd0b7f0c91f30 (diff)
downloadmpv-71a8aa2e9aa66b243cb5e4765b5f9fd70003a096.tar.bz2
mpv-71a8aa2e9aa66b243cb5e4765b5f9fd70003a096.tar.xz
command: don't delay progress updates to next video frame
-rw-r--r--player/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/command.c b/player/command.c
index 425f040ff2..9512e3d10f 100644
--- a/player/command.c
+++ b/player/command.c
@@ -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: {