mirror of https://github.com/mpv-player/mpv
in the previous commit I forgot to set s->end_pos=0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19900 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a26e041c79
commit
126e5baa1e
|
@ -312,6 +312,7 @@ static int fill_buffer(stream_t *s, char *but, int len)
|
|||
case DVDNAV_STOP: return len;
|
||||
case DVDNAV_BLOCK_OK: return len;
|
||||
case DVDNAV_VTS_CHANGE: {
|
||||
s->end_pos = 0;
|
||||
update_title_len(s);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue