changeset 36806:c602dc916e07

Add bluray playlist -identify printout. Implements trac #2165.
author reimar
date Sun, 23 Feb 2014 12:25:28 +0000
parents 1471cf0a74f7
children 072f64f1eec3
files stream/stream_bluray.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_bluray.c	Sun Feb 23 12:02:38 2014 +0000
+++ b/stream/stream_bluray.c	Sun Feb 23 12:25:28 2014 +0000
@@ -326,6 +326,8 @@
                "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) {