From 50a86fcc343f1026ee8cab0d9788c6bee35e720b Mon Sep 17 00:00:00 2001 From: mosu Date: Thu, 25 Nov 2004 22:24:00 +0000 Subject: Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14047 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vobsub.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vobsub.c') diff --git a/vobsub.c b/vobsub.c index 3135952265..9dfe49e41d 100644 --- a/vobsub.c +++ b/vobsub.c @@ -656,6 +656,12 @@ vobsub_add_id(vobsub_t *vob, const char *id, size_t idlen, const unsigned int in memcpy(vob->spu_streams[index].id, id, idlen); } vob->spu_streams_current = index; + if (identify) + { + mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_VOBSUB_ID=%d\n", index); + if (id && idlen) + mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_VSID_%d_LANG=%s\n", index, vob->spu_streams[index].id); + } mp_msg(MSGT_VOBSUB,MSGL_V,"[vobsub] subtitle (vobsubid): %d language %s\n", index, vob->spu_streams[index].id); return 0; -- cgit v1.2.3