libbluray | branch: master | hpi1 <[email protected]> | Sun Apr 13 19:25:34 2014 +0300| [b23873567040cc32b8ee75b7706de335e6e35a9d] | committer: hpi1
cosmetics > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=b23873567040cc32b8ee75b7706de335e6e35a9d --- src/libbluray/bluray.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/libbluray/bluray.h b/src/libbluray/bluray.h index 4856c98..54f4df7 100644 --- a/src/libbluray/bluray.h +++ b/src/libbluray/bluray.h @@ -2,7 +2,7 @@ * This file is part of libbluray * Copyright (C) 2009-2010 Obliter0n * Copyright (C) 2009-2010 John Stebbins - * Copyright (C) 2010 hpi1 + * Copyright (C) 2010-2014 Petri Hintukainen * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -576,11 +576,6 @@ typedef enum { int bd_set_player_setting(BLURAY *bd, uint32_t idx, uint32_t value); int bd_set_player_setting_str(BLURAY *bd, uint32_t idx, const char *s); -/* - * Java - */ -int bd_start_bdj(BLURAY *bd, const char* start_object); // start BD-J from the specified BD-J object (should be a 5 character string) -void bd_stop_bdj(BLURAY *bd); // shutdown BD-J and clean up resources /* * events @@ -888,6 +883,12 @@ struct mpls_pl *bd_read_mpls(const char *mpls_file); void bd_free_mpls(struct mpls_pl *); +/* BD-J testing */ + +int bd_start_bdj(BLURAY *bd, const char* start_object); // start BD-J from the specified BD-J object (should be a 5 character string) +void bd_stop_bdj(BLURAY *bd); // shutdown BD-J and clean up resources + + #ifdef __cplusplus }; #endif _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
