diff options
author | wm4 <wm4@nowhere> | 2017-02-21 15:09:49 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-02-21 15:39:44 +0100 |
commit | 7dd81c3f967c84bb7e6090be0a4f2c4ceaaba682 (patch) | |
tree | 0a006d5023db82a6a5867fb9c0b88922ad4fb781 /player | |
parent | eae12bf9637df1d2b9077a9d3666cd55e7b09459 (diff) |
player: remove unnecessary wakeup
I can't find any actual need for it.
Diffstat (limited to 'player')
-rw-r--r-- | player/playloop.c | 1 |
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) |