[MPlayer-dev-eng] [PATCH] (trivial) make stream_dvd.c print current DVD title
Corey Hickey
bugfood-ml at fatooh.org
Fri Oct 6 21:07:50 CEST 2006
Nico Sabbi wrote:
--------------------------------------------------------------------
>>
>> Index: stream/stream_dvd.c
>> ===================================================================
>> --- stream/stream_dvd.c (revision 20086)
>> +++ stream/stream_dvd.c (working copy)
>> @@ -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.
>
> ok
Thanks. Committed.
-Corey
More information about the MPlayer-dev-eng
mailing list