summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/loadfile.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index 976e729287..f4ba0d4282 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -1195,12 +1195,6 @@ goto_reopen_demuxer: ;
!mpctx->current_track[0][STREAM_AUDIO])
{
MP_FATAL(mpctx, "No video or audio streams selected.\n");
- struct demuxer *d = mpctx->demuxer;
- if (d->stream->uncached_type == STREAMTYPE_DVB) {
- int dir = mpctx->last_dvb_step;
- if (demux_stream_control(d, STREAM_CTRL_DVB_STEP_CHANNEL, &dir) > 0)
- mpctx->stop_play = PT_RELOAD_DEMUXER;
- }
mpctx->error_playing = MPV_ERROR_NOTHING_TO_PLAY;
goto terminate_playback;
}