summaryrefslogtreecommitdiffstats
path: root/player/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/video.c')
-rw-r--r--player/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/video.c b/player/video.c
index 05f2f5667f..62a144afe9 100644
--- a/player/video.c
+++ b/player/video.c
@@ -307,7 +307,7 @@ void uninit_video_chain(struct MPContext *mpctx)
mpctx->vo_chain = NULL;
mpctx->video_status = STATUS_EOF;
- reselect_demux_streams(mpctx);
+
remove_deint_filter(mpctx);
mp_notify(mpctx, MPV_EVENT_VIDEO_RECONFIG, NULL);
}