summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 79d9095ed4..1a21a6babd 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2877,7 +2877,7 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still)
if(dvb_step_channel(priv, dir))
{
- uninit_player(INITED_ALL-(INITED_STREAM));
+ uninit_player(INITED_ALL-(INITED_STREAM|INITED_INPUT));
printf("UNINIT COMPLETE\n");
goto goto_open_demuxer;
}
@@ -2906,7 +2906,7 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still)
{
if(dvb_set_channel(priv, cmd->args[0].v.i))
{
- uninit_player(INITED_ALL-(INITED_STREAM));
+ uninit_player(INITED_ALL-(INITED_STREAM|INITED_INPUT));
goto goto_open_demuxer;
}
}