From 126e5baa1e35a1c834f0ff697e95750eedf553a4 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Mon, 18 Sep 2006 21:26:26 +0000 Subject: 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 --- stream/stream_dvdnav.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/stream_dvdnav.c') diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c index ee44e191a9..c52fae0120 100644 --- a/stream/stream_dvdnav.c +++ b/stream/stream_dvdnav.c @@ -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; } -- cgit v1.2.3