summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/player/video.c')
-rw-r--r--mpvcore/player/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/player/video.c b/mpvcore/player/video.c
index 8f57bd97ad..aec5d1c703 100644
--- a/mpvcore/player/video.c
+++ b/mpvcore/player/video.c
@@ -125,7 +125,7 @@ int reinit_video_chain(struct MPContext *mpctx)
sh_video->hwdec_info = talloc_zero(sh_video, struct mp_hwdec_info);
vo_control(mpctx->video_out, VOCTRL_GET_HWDEC_INFO, sh_video->hwdec_info);
- update_vo_window_title(mpctx);
+ update_window_title(mpctx, true);
if (stream_control(mpctx->sh_video->gsh->demuxer->stream,
STREAM_CTRL_GET_ASPECT_RATIO, &ar) != STREAM_UNSUPPORTED)