summaryrefslogtreecommitdiffstats
path: root/mpvcore/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/mplayer.c')
-rw-r--r--mpvcore/mplayer.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/mpvcore/mplayer.c b/mpvcore/mplayer.c
index 33a878176c..1d4be97605 100644
--- a/mpvcore/mplayer.c
+++ b/mpvcore/mplayer.c
@@ -3377,13 +3377,8 @@ static bool handle_osd_redraw(struct MPContext *mpctx)
want_redraw |= mpctx->osd->want_redraw;
mpctx->osd->want_redraw = false;
if (want_redraw) {
- if (redraw_osd(mpctx)) {
+ if (redraw_osd(mpctx))
return true;
- } else if (mpctx->paused) {
- // force redrawing OSD by framestepping
- add_step_frame(mpctx, 1);
- return true;
- }
}
return false;
}