mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
9c0834b0f6
commit
7566e72f77
|
@ -1894,8 +1894,6 @@ static void mp_dvdnav_reset_stream (MPContext *ctx) {
|
||||||
resync_audio_stream(ctx->sh_audio);
|
resync_audio_stream(ctx->sh_audio);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ctx->d_sub) dvdsub_id = -2;
|
|
||||||
|
|
||||||
audio_delay = 0.0f;
|
audio_delay = 0.0f;
|
||||||
|
|
||||||
/// clear all EOF related flags
|
/// clear all EOF related flags
|
||||||
|
|
Loading…
Reference in New Issue