[MPlayer-cvslog] r36902 - trunk/stream/stream_bluray.c

reimar subversion at mplayerhq.hu
Sun Feb 23 13:25:29 CET 2014


Author: reimar
Date: Sun Feb 23 13:25:28 2014
New Revision: 36902

Log:
Add bluray playlist -identify printout.

Implements trac #2165.

Modified:
   trunk/stream/stream_bluray.c

Modified: trunk/stream/stream_bluray.c
==============================================================================
--- trunk/stream/stream_bluray.c	Sun Feb 23 13:02:38 2014	(r36901)
+++ trunk/stream/stream_bluray.c	Sun Feb 23 13:25:28 2014	(r36902)
@@ -326,6 +326,8 @@ static int bluray_stream_open(stream_t *
                "ID_BLURAY_TITLE_%d_ANGLE=%d\n", i + 1, ti->angle_count);
         mp_msg(MSGT_IDENTIFY, MSGL_V,
                "ID_BLURAY_TITLE_%d_LENGTH=%d.%03d\n", i + 1, sec, msec);
+        mp_msg(MSGT_IDENTIFY, MSGL_V,
+               "ID_BLURAY_TITLE_%d_PLAYLIST=%05d\n", i + 1, ti->playlist);
 
         /* try to guess which title may contain the main movie */
         if (ti->duration > max_duration) {


More information about the MPlayer-cvslog mailing list