# HG changeset patch # User reimar # Date 1257454786 0 # Node ID 32058f70d93de25b7574019fc4b6da93f7fc6b50 # Parent a71d9cd6f01f07b533a2e7ac4a6ef2185f35ecf1 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. diff -r a71d9cd6f01f -r 32058f70d93d mplayer.c --- 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