[MPlayer-cvslog] r29832 - trunk/stream/stream_dvdnav.c
reimar
subversion at mplayerhq.hu
Thu Nov 5 22:29:15 CET 2009
Author: reimar
Date: Thu Nov 5 22:29:14 2009
New Revision: 29832
Log:
dvdnav: print ID_SID_..._LANG, just like dvd://
Modified:
trunk/stream/stream_dvdnav.c
Modified: trunk/stream/stream_dvdnav.c
==============================================================================
--- trunk/stream/stream_dvdnav.c Thu Nov 5 22:27:25 2009 (r29831)
+++ trunk/stream/stream_dvdnav.c Thu Nov 5 22:29:14 2009 (r29832)
@@ -557,6 +557,8 @@ static void show_audio_subs_languages(dv
tmp[2] = 0;
}
mp_msg(MSGT_OPEN,MSGL_STATUS,MSGTR_DVDsubtitleLanguage, i, tmp);
+ if (lang != 0xFFFF && lang && tmp[0])
+ mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_SID_%d_LANG=%s\n", i, tmp);
}
}
More information about the MPlayer-cvslog
mailing list