r21570 - trunk/stream/stream_dvd.c
Author: reimar Date: Sun Dec 10 14:17:54 2006 New Revision: 21570 Modified: trunk/stream/stream_dvd.c Log: ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs. Patch by Lehel Bernadt [lehel pmc-services hu] Modified: trunk/stream/stream_dvd.c ============================================================================== --- trunk/stream/stream_dvd.c (original) +++ trunk/stream/stream_dvd.c Sun Dec 10 14:17:54 2006 @@ -975,7 +975,7 @@ #endif mp_msg(MSGT_OPEN,MSGL_STATUS,MSGTR_DVDsubtitleLanguage, d->nr_of_subtitles, tmp); - mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_SUBTITLE_ID=%d\n", d->subtitles[d->nr_of_subtitles].id); + mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_SUBTITLE_ID=%d\n", d->nr_of_subtitles); if(language && tmp[0]) mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_SID_%d_LANG=%s\n", d->nr_of_subtitles, tmp); d->nr_of_subtitles++;
participants (1)
-
reimar