summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvdnav.c')
-rw-r--r--stream/stream_dvdnav.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index 4be07a0823..ee44e191a9 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -311,6 +311,10 @@ static int fill_buffer(stream_t *s, char *but, int len)
switch (event) {
case DVDNAV_STOP: return len;
case DVDNAV_BLOCK_OK: return len;
+ case DVDNAV_VTS_CHANGE: {
+ update_title_len(s);
+ break;
+ }
#if 0
case DVDNAV_STILL_FRAME: {
if(!dvdnav_priv->stillok) dvdnav_priv->stillcounter++;