diff stream/stream_dvd.c @ 20086:94c1edffdf2f

Print current DVD title as ID_DVD_CURRENT_TITLE.
author corey
date Fri, 06 Oct 2006 19:06:59 +0000
parents edab36622800
children 42b46a42f83b
line wrap: on
line diff
--- a/stream/stream_dvd.c	Fri Oct 06 13:19:06 2006 +0000
+++ b/stream/stream_dvd.c	Fri Oct 06 19:06:59 2006 +0000
@@ -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.