changeset 29785:32058f70d93d

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.
author reimar
date Thu, 05 Nov 2009 20:59:46 +0000
parents a71d9cd6f01f
children 345804c7a240
files mplayer.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Thu Nov 05 19:05:42 2009 +0000
+++ b/mplayer.c	Thu Nov 05 20:59:46 2009 +0000
@@ -1894,8 +1894,6 @@
         resync_audio_stream(ctx->sh_audio);
     }
 
-    if (ctx->d_sub) dvdsub_id = -2;
-
     audio_delay = 0.0f;
 
     /// clear all EOF related flags