mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
video: fix update of vo-configured property
It obviously needs to be updated after the VO was destroyed.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user