From c3c17fc952b17867f8604474c5a45e799365889e Mon Sep 17 00:00:00 2001 From: corey Date: Fri, 6 Oct 2006 19:06:59 +0000 Subject: Print current DVD title as ID_DVD_CURRENT_TITLE. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20092 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream') diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c index e842357d46..c3bdb0b3df 100644 --- a/stream/stream_dvd.c +++ b/stream/stream_dvd.c @@ -649,6 +649,7 @@ static int open_s(stream_t *stream,int mode, void* opts, int* file_format) { 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. -- cgit v1.2.3