From 76bc0055806ec9a0beb6f4631d072da99823094a Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sun, 20 Feb 2011 18:07:48 +0000 Subject: stream_dvdnav: don't skip last title for dvdnav:// -identify Patch by Mike Castle, dalgoda+mplayer gmail git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32944 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvdnav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_dvdnav.c') diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c index 21522f8b6b..b6b8df4fc3 100644 --- a/stream/stream_dvdnav.c +++ b/stream/stream_dvdnav.c @@ -524,7 +524,7 @@ static void identify(dvdnav_priv_t *priv, struct stream_priv_s *p) uint32_t titles=0, i; if(p->track <= 0) { dvdnav_get_number_of_titles(priv->dvdnav, &titles); - for(i=0; idvdnav, i); } else -- cgit v1.2.3