From 50bf59b652384894a5cbd083732f4297707aa0bc Mon Sep 17 00:00:00 2001 From: Ricardo Constantino Date: Mon, 22 Jan 2018 18:46:04 +0000 Subject: stream_bluray: always show list of available titles --- stream/stream_bluray.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stream') diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c index 1f5ea1711b..f26420b56d 100644 --- a/stream/stream_bluray.c +++ b/stream/stream_bluray.c @@ -418,7 +418,7 @@ static int bluray_stream_open_internal(stream_t *s) return STREAM_UNSUPPORTED; } - MP_VERBOSE(s, "List of available titles:\n"); + MP_INFO(s, "List of available titles:\n"); /* parse titles information */ uint64_t max_duration = 0; @@ -428,7 +428,7 @@ static int bluray_stream_open_internal(stream_t *s) continue; char *time = mp_format_time(ti->duration / 90000, false); - MP_VERBOSE(s, "idx: %3d duration: %s (playlist: %05d.mpls)\n", + MP_INFO(s, "idx: %3d duration: %s (playlist: %05d.mpls)\n", i, time, ti->playlist); talloc_free(time); -- cgit v1.2.3