summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 712a9e7bf5..b6df2324c0 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -5138,7 +5138,7 @@ if(step_sec>0) {
if(stream->type != STREAMTYPE_DVDNAV) break;
if(mp_dvdnav_handle_input(stream, cmd->args[0].v.i, &button)) {
- uninit_player(INITED_ALL-(INITED_STREAM|INITED_INPUT));
+ uninit_player(INITED_ALL-(INITED_STREAM|INITED_INPUT|(fixed_vo ? INITED_VO : 0)));
goto goto_enable_cache;
} else if(button) set_osd_msg(OSD_MSG_TEXT, 1, osd_duration, "Selected button number %d", button);
break;