diff stream/stream_dvdnav.c @ 25167:89b5a20fc346

with -identify show the title being described
author nicodvb
date Thu, 29 Nov 2007 00:13:11 +0000
parents 4e57fd666c56
children 644be6d209a2
line wrap: on
line diff
--- a/stream/stream_dvdnav.c	Wed Nov 28 23:55:17 2007 +0000
+++ b/stream/stream_dvdnav.c	Thu Nov 29 00:13:11 2007 +0000
@@ -354,7 +354,7 @@
   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);