[libbluray-devel] cosmetics

hpi1 git at videolan.org
Mon Apr 14 08:56:08 CEST 2014


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | 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



More information about the libbluray-devel mailing list