mirror of https://github.com/mpv-player/mpv
player: remove unnecessary wakeup
I can't find any actual need for it.
This commit is contained in:
parent
eae12bf963
commit
7dd81c3f96
|
@ -586,7 +586,6 @@ static void handle_osd_redraw(struct MPContext *mpctx)
|
||||||
if (!want_redraw)
|
if (!want_redraw)
|
||||||
return;
|
return;
|
||||||
vo_redraw(mpctx->video_out);
|
vo_redraw(mpctx->video_out);
|
||||||
mp_wakeup_core(mpctx);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void handle_pause_on_low_cache(struct MPContext *mpctx)
|
static void handle_pause_on_low_cache(struct MPContext *mpctx)
|
||||||
|
|
Loading…
Reference in New Issue