# HG changeset patch # User corey # Date 1160161619 0 # Node ID 94c1edffdf2fb1857d5362b0e2431103b02290f4 # Parent 6b5e20b52e7ae23df79295e83528b15b0a3159bc Print current DVD title as ID_DVD_CURRENT_TITLE. diff -r 6b5e20b52e7a -r 94c1edffdf2f stream/stream_dvd.c --- 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.