From 7566e72f775941c0a0ff3234e0e718cf36d91f56 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 5 Nov 2009 20:59:46 +0000 Subject: 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 --- mplayer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mplayer.c') 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 -- cgit v1.2.3