Mercurial > mplayer.hg
changeset 20086:94c1edffdf2f
Print current DVD title as ID_DVD_CURRENT_TITLE.
author | corey |
---|---|
date | Fri, 06 Oct 2006 19:06:59 +0000 |
parents | 6b5e20b52e7a |
children | 3996919d4aa8 |
files | stream/stream_dvd.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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.