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

nicodvb subversion at mplayerhq.hu
Thu Nov 29 01:13:11 CET 2007


Author: nicodvb
Date: Thu Nov 29 01:13:11 2007
New Revision: 25195

Log:
with -identify show the title being described

Modified:
   trunk/stream/stream_dvdnav.c

Modified: trunk/stream/stream_dvdnav.c
==============================================================================
--- trunk/stream/stream_dvdnav.c	(original)
+++ trunk/stream/stream_dvdnav.c	Thu Nov 29 01:13:11 2007
@@ -354,7 +354,7 @@ static void identify_chapters(dvdnav_t *
   uint32_t n, i, t;
   n = dvdnav_describe_title_chapters(nav, title, &parts);
   if(parts) {
-    mp_msg(MSGT_IDENTIFY, MSGL_INFO, "CHAPTERS: ");
+    mp_msg(MSGT_IDENTIFY, MSGL_INFO, "TITLE %u, CHAPTERS: ", title);
     for(i=0; i<n; i++) {
       t = parts[i] /  90000;
       mp_msg(MSGT_IDENTIFY, MSGL_INFO, "%02d:%02d:%02d,", t/3600, (t/60)%60, t%60);



More information about the MPlayer-cvslog mailing list