libbluray | branch: master | hpi1 <[email protected]> | Thu Feb 4 11:02:55 2016 +0200| [4c69542b9c2c644efcbee126b6d9606f770a4dfc] | committer: hpi1
list_titles: fix column width > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=4c69542b9c2c644efcbee126b6d9606f770a4dfc --- src/examples/list_titles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/list_titles.c b/src/examples/list_titles.c index 0194133..768f078 100644 --- a/src/examples/list_titles.c +++ b/src/examples/list_titles.c @@ -92,7 +92,7 @@ int main(int argc, char *argv[]) BLURAY_TITLE_INFO* ti; ti = bd_get_title_info(bd, ii, 0); printf( - "index: %d duration: %02"PRIu64":%02"PRIu64":%02"PRIu64" chapters: %3d angles: %2u clips: %3u (playlist: %05d.mpls) " + "index: %3d duration: %02"PRIu64":%02"PRIu64":%02"PRIu64" chapters: %3d angles: %2u clips: %3u (playlist: %05d.mpls) " "V:%d A:%-2d PG:%-2d IG:%-2d SV:%d SA:%d\n", ii + 1, (ti->duration / 90000) / (3600), _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
