summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/player/osd.c')
-rw-r--r--mpvcore/player/osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/player/osd.c b/mpvcore/player/osd.c
index a6cfbcb5bc..03c7c339b7 100644
--- a/mpvcore/player/osd.c
+++ b/mpvcore/player/osd.c
@@ -87,7 +87,7 @@ void print_status(struct MPContext *mpctx)
struct MPOpts *opts = mpctx->opts;
sh_video_t * const sh_video = mpctx->sh_video;
- update_vo_window_title(mpctx);
+ update_window_title(mpctx, false);
if (opts->quiet)
return;