summaryrefslogtreecommitdiffstats
path: root/libhb/bd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/bd.c')
-rw-r--r--libhb/bd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/bd.c b/libhb/bd.c
index d61e5217a..b0a2ff39b 100644
--- a/libhb/bd.c
+++ b/libhb/bd.c
@@ -207,7 +207,8 @@ hb_title_t * hb_bd_title_scan( hb_bd_t * d, int tt, uint64_t min_duration )
goto fail;
}
- hb_deep_log( 2, "bd: playlist %05d.MPLS", ti->playlist);
+ hb_log( "bd: playlist %05d.MPLS", ti->playlist );
+ title->playlist = ti->playlist;
uint64_t pkt_count = 0;
for ( ii = 0; ii < ti->clip_count; ii++ )