summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-05 20:59:46 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-05 20:59:46 +0000
commit7566e72f775941c0a0ff3234e0e718cf36d91f56 (patch)
tree6a31753ac174a0fc524622cde38f2e80d3756239 /mplayer.c
parent9c0834b0f6c063602285eb6a8343a767955d27e6 (diff)
downloadmpv-7566e72f775941c0a0ff3234e0e718cf36d91f56.tar.bz2
mpv-7566e72f775941c0a0ff3234e0e718cf36d91f56.tar.xz
Change dvdnav_reset_stream to not disable subtitles, since that breaks
selecting the subtitle via -slang or -sid. It is quite possible that removing it will cause other issues, though I could not see any with the DVDs I had available for testing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29827 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 90ecea84a5..3ac29d322e 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1894,8 +1894,6 @@ static void mp_dvdnav_reset_stream (MPContext *ctx) {
resync_audio_stream(ctx->sh_audio);
}
- if (ctx->d_sub) dvdsub_id = -2;
-
audio_delay = 0.0f;
/// clear all EOF related flags