diff --git a/player/playloop.c b/player/playloop.c index 90e6fb8d5b..31652e3636 100644 --- a/player/playloop.c +++ b/player/playloop.c @@ -1039,7 +1039,7 @@ void run_playloop(struct MPContext *mpctx) handle_osd_redraw(mpctx); mp_wait_events(mpctx, mpctx->sleeptime); - mpctx->sleeptime = 100.0; // infinite for all practical purposes + mpctx->sleeptime = 1e9; // infinite for all practical purposes handle_pause_on_low_cache(mpctx);