summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-18 21:26:26 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-18 21:26:26 +0000
commit126e5baa1e35a1c834f0ff697e95750eedf553a4 (patch)
treebe39d6975207e4f3d03eb5e03fe15eec4534f943 /stream/stream_dvdnav.c
parenta26e041c793b467f0c2cbf10954a23b76ac6c65b (diff)
downloadmpv-126e5baa1e35a1c834f0ff697e95750eedf553a4.tar.bz2
mpv-126e5baa1e35a1c834f0ff697e95750eedf553a4.tar.xz
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
Diffstat (limited to 'stream/stream_dvdnav.c')
-rw-r--r--stream/stream_dvdnav.c1
1 files changed, 1 insertions, 0 deletions
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;
}