summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-07-13 17:17:19 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-07-13 18:26:08 +0200
commit1f98bb3adcaf261b8316dfd0e19d64c23d4e1467 (patch)
treef471e8b30cd818d635256740d4e521d7c23738c4 /stream
parent712cf3342e863903a96bb7c173ba6768b17878af (diff)
downloadmpv-1f98bb3adcaf261b8316dfd0e19d64c23d4e1467.tar.bz2
mpv-1f98bb3adcaf261b8316dfd0e19d64c23d4e1467.tar.xz
stream_dvdnav: suspend read on vts change even if the requested title is not found
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_dvdnav.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index de604f91ff..2d9658bc78 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -443,7 +443,6 @@ static int fill_buffer(stream_t *s, char *buf, int max_len)
if (priv->title > 0 && tit != priv->title) {
priv->next_event |= 1 << MP_NAV_EVENT_EOF;;
MP_WARN(s, "Requested title not found\n");
- return 0;
}
}
if (priv->nav_enabled)