From 1f98bb3adcaf261b8316dfd0e19d64c23d4e1467 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sun, 13 Jul 2014 17:17:19 +0200 Subject: stream_dvdnav: suspend read on vts change even if the requested title is not found --- stream/stream_dvdnav.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream') 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) -- cgit v1.2.3