summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/sub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/sub.c b/player/sub.c
index 04af1e1e15..6abb4e3326 100644
--- a/player/sub.c
+++ b/player/sub.c
@@ -120,9 +120,9 @@ static bool update_subtitle(struct MPContext *mpctx, double video_pts,
osd_set_force_video_pts(mpctx->osd, video_pts);
osd_query_and_reset_want_redraw(mpctx->osd);
vo_redraw(mpctx->video_out);
+ // Force an arbitrary minimum FPS
+ mp_set_timeout(mpctx, 0.1);
}
- // Force an arbitrary minimum FPS
- mp_set_timeout(mpctx, 0.1);
}
return true;