summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-05 21:29:14 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-05 21:29:14 +0000
commitef479d9d01905143b8309557d6b77d4155f6a378 (patch)
treec11e3654b9a0a736a2a5716d8ef05206b1e027da /stream/stream_dvdnav.c
parentc76ea256def0de246c8e7127cf0fe48872f3278d (diff)
downloadmpv-ef479d9d01905143b8309557d6b77d4155f6a378.tar.bz2
mpv-ef479d9d01905143b8309557d6b77d4155f6a378.tar.xz
dvdnav: print ID_SID_..._LANG, just like dvd://
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29832 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvdnav.c')
-rw-r--r--stream/stream_dvdnav.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index 09776846a4..c0c3e7e1db 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -557,6 +557,8 @@ static void show_audio_subs_languages(dvdnav_t *nav)
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);
}
}