summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-02-21 15:09:49 +0100
committerwm4 <wm4@nowhere>2017-02-21 15:39:44 +0100
commit7dd81c3f967c84bb7e6090be0a4f2c4ceaaba682 (patch)
tree0a006d5023db82a6a5867fb9c0b88922ad4fb781
parenteae12bf9637df1d2b9077a9d3666cd55e7b09459 (diff)
downloadmpv-7dd81c3f967c84bb7e6090be0a4f2c4ceaaba682.tar.bz2
mpv-7dd81c3f967c84bb7e6090be0a4f2c4ceaaba682.tar.xz
player: remove unnecessary wakeup
I can't find any actual need for it.
-rw-r--r--player/playloop.c1
1 files changed, 0 insertions, 1 deletions
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)