player: remove unnecessary wakeup

I can't find any actual need for it.
This commit is contained in:
wm4 2017-02-21 15:09:49 +01:00
parent eae12bf963
commit 7dd81c3f96
1 changed files with 0 additions and 1 deletions

View File

@ -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)