[MPlayer-cvslog] r20092 - trunk/stream/stream_dvd.c

corey subversion at mplayerhq.hu
Fri Oct 6 21:06:59 CEST 2006


Author: corey
Date: Fri Oct  6 21:06:59 2006
New Revision: 20092

Modified:
   trunk/stream/stream_dvd.c

Log:
Print current DVD title as ID_DVD_CURRENT_TITLE.


Modified: trunk/stream/stream_dvd.c
==============================================================================
--- trunk/stream/stream_dvd.c	(original)
+++ trunk/stream/stream_dvd.c	Fri Oct  6 21:06:59 2006
@@ -649,6 +649,7 @@
       m_struct_free(&stream_opts,opts);
       return STREAM_UNSUPORTED;
     }
+    mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_DVD_CURRENT_TITLE=%d\n", dvd_title);
     --dvd_title; // remap 1.. -> 0..
     /**
      * Make sure the chapter number is valid for this title.



More information about the MPlayer-cvslog mailing list