[MPlayer-cvslog] r29827 - trunk/mplayer.c

reimar subversion at mplayerhq.hu
Thu Nov 5 21:59:46 CET 2009


Author: reimar
Date: Thu Nov  5 21:59:46 2009
New Revision: 29827

Log:
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.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Thu Nov  5 20:05:42 2009	(r29826)
+++ trunk/mplayer.c	Thu Nov  5 21:59:46 2009	(r29827)
@@ -1894,8 +1894,6 @@ static void mp_dvdnav_reset_stream (MPCo
         resync_audio_stream(ctx->sh_audio);
     }
 
-    if (ctx->d_sub) dvdsub_id = -2;
-
     audio_delay = 0.0f;
 
     /// clear all EOF related flags


More information about the MPlayer-cvslog mailing list