changeset 25167:89b5a20fc346

with -identify show the title being described
author nicodvb
date Thu, 29 Nov 2007 00:13:11 +0000
parents 6d3a16393c1c
children 644be6d209a2
files stream/stream_dvdnav.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);