summaryrefslogtreecommitdiffstats
path: root/player/playloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/playloop.c')
-rw-r--r--player/playloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/playloop.c b/player/playloop.c
index f92f70ba04..65bdf54252 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -918,7 +918,7 @@ void handle_force_window(struct MPContext *mpctx, bool reconfig)
static void handle_dummy_ticks(struct MPContext *mpctx)
{
if (mpctx->video_status == STATUS_EOF || mpctx->paused) {
- if (mp_time_sec() - mpctx->last_idle_tick > 0.5) {
+ if (mp_time_sec() - mpctx->last_idle_tick > 0.050) {
mpctx->last_idle_tick = mp_time_sec();
mp_notify(mpctx, MPV_EVENT_TICK, NULL);
}