diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-05 20:59:46 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-05 20:59:46 +0000 |
commit | 7566e72f775941c0a0ff3234e0e718cf36d91f56 (patch) | |
tree | 6a31753ac174a0fc524622cde38f2e80d3756239 /mplayer.c | |
parent | 9c0834b0f6c063602285eb6a8343a767955d27e6 (diff) | |
download | mpv-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |