summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-07-13 17:17:19 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-07-14 13:48:24 +0200
commite7fc048eca2e3fcc1d799ad8f0f782d3ef7691e9 (patch)
tree1960eed618d4721846602e6244488b9dbbdd3d41
parent0ab7d014259c02492ef2dcfeb3fe43c749ac632b (diff)
downloadmpv-e7fc048eca2e3fcc1d799ad8f0f782d3ef7691e9.tar.bz2
mpv-e7fc048eca2e3fcc1d799ad8f0f782d3ef7691e9.tar.xz
stream_dvdnav: suspend read on vts change even if the requested title is not found
-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 9be03c6914..8772125a8c 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)