From 71fa2e6fc22a1b53dd1ddb1ca877794867f7ac5f Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 25 Feb 2016 22:44:50 +0100 Subject: 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. --- player/audio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'player/audio.c') diff --git a/player/audio.c b/player/audio.c index 1cc85ad357..537d2e1b29 100644 --- a/player/audio.c +++ b/player/audio.c @@ -246,7 +246,6 @@ void uninit_audio_chain(struct MPContext *mpctx) mpctx->ao_chain = NULL; mpctx->audio_status = STATUS_EOF; - reselect_demux_streams(mpctx); mp_notify(mpctx, MPV_EVENT_AUDIO_RECONFIG, NULL); } -- cgit v1.2.3