[libbluray-devel] bdj_test: let the title start playlists
hpi1
git at videolan.org
Fri Jan 24 20:30:04 CET 2014
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Fri Jan 24 13:09:54 2014 +0200| [4d7d1fae718823ec3cb911e90b0b955c10809137] | committer: hpi1
bdj_test: let the title start playlists
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=4d7d1fae718823ec3cb911e90b0b955c10809137
---
src/examples/bdj_test.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/examples/bdj_test.c b/src/examples/bdj_test.c
index f13370a..d9ebd16 100644
--- a/src/examples/bdj_test.c
+++ b/src/examples/bdj_test.c
@@ -53,7 +53,6 @@ int main(int argc, char** argv)
BLURAY* bd = bd_open(argv[1], NULL);
bd_get_titles(bd, TITLES_ALL, 0);
- bd_select_title(bd, 1);
if (!bd_start_bdj(bd, argv[2])) {
printf("Failed to start BD-J application.\n");
More information about the libbluray-devel
mailing list