summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/video.c b/player/video.c
index e072de7c99..b544a44b26 100644
--- a/player/video.c
+++ b/player/video.c
@@ -238,6 +238,7 @@ void uninit_video_out(struct MPContext *mpctx)
if (mpctx->video_out)
vo_destroy(mpctx->video_out);
mpctx->video_out = NULL;
+ mp_notify(mpctx, MPV_EVENT_VIDEO_RECONFIG, NULL);
}
void uninit_video_chain(struct MPContext *mpctx)