[MPlayer-cvslog] r19848 - trunk/stream/stream_dvdnav.c

nicodvb subversion at mplayerhq.hu
Sat Sep 16 00:43:48 CEST 2006


Author: nicodvb
Date: Sat Sep 16 00:43:48 2006
New Revision: 19848

Modified:
   trunk/stream/stream_dvdnav.c

Log:
at start, when not playing a specific titleset, try to call the Title menu (as is common practice among players)

Modified: trunk/stream/stream_dvdnav.c
==============================================================================
--- trunk/stream/stream_dvdnav.c	(original)
+++ trunk/stream/stream_dvdnav.c	Sat Sep 16 00:43:48 2006
@@ -401,8 +401,10 @@
   }
   } else if(p->track == -1)
       dvdnav_menu_call(dvdnav_priv->dvdnav, DVD_MENU_Root);
-    else
+    else {
     mp_msg(MSGT_OPEN,MSGL_INFO,"dvdnav_stream, you didn't specify a track number (as in dvdnav://1), playing whole disc\n");
+    dvdnav_menu_call(dvdnav_priv->dvdnav, DVD_MENU_Title);
+  }
 
   stream->sector_size = 2048;
   stream->flags = STREAM_READ | STREAM_SEEK;



More information about the MPlayer-cvslog mailing list