summaryrefslogtreecommitdiffstats
path: root/player/video.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-25 22:44:50 +0100
committerwm4 <wm4@nowhere>2016-02-25 22:44:50 +0100
commit71fa2e6fc22a1b53dd1ddb1ca877794867f7ac5f (patch)
treef90ee1bacf2f656b2103baf12f3835075792b77c /player/video.c
parentb4bbfea71d96836e18586c9328a9c59544717d44 (diff)
downloadmpv-71fa2e6fc22a1b53dd1ddb1ca877794867f7ac5f.tar.bz2
mpv-71fa2e6fc22a1b53dd1ddb1ca877794867f7ac5f.tar.xz
player: slightly simplify how demuxer streams are enabled/disabled
Instead of having reselect_demux_streams() look at all streams, make it look at the current stream that is being enabled/disabled.
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);
}