From 7dd81c3f967c84bb7e6090be0a4f2c4ceaaba682 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 21 Feb 2017 15:09:49 +0100 Subject: player: remove unnecessary wakeup I can't find any actual need for it. --- player/playloop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/player/playloop.c b/player/playloop.c index de3e0aea9a..b014977c36 100644 --- a/player/playloop.c +++ b/player/playloop.c @@ -586,7 +586,6 @@ static void handle_osd_redraw(struct MPContext *mpctx) if (!want_redraw) return; vo_redraw(mpctx->video_out); - mp_wakeup_core(mpctx); } static void handle_pause_on_low_cache(struct MPContext *mpctx) -- cgit v1.2.3