[libbluray-devel] commit: Added pts to bd_menu_call() (hpi1 )

git at videolan.org git at videolan.org
Wed Dec 8 20:26:59 CET 2010


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Wed Dec  8 21:26:31 2010 +0200| [517acb88b7d28e3ad57bdb8ac898f3dc217d9505] | committer: hpi1 

Added pts to bd_menu_call()

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=517acb88b7d28e3ad57bdb8ac898f3dc217d9505
---

 player_wrappers/xine/input_bluray.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/player_wrappers/xine/input_bluray.c b/player_wrappers/xine/input_bluray.c
index 3d40955..e00844a 100644
--- a/player_wrappers/xine/input_bluray.c
+++ b/player_wrappers/xine/input_bluray.c
@@ -362,7 +362,7 @@ static void handle_events(bluray_input_plugin_t *this)
 
     switch (event->type) {
 
-      case XINE_EVENT_INPUT_MENU1:     bd_menu_call(this->bdh); break;
+      case XINE_EVENT_INPUT_MENU1:     bd_menu_call(this->bdh, pts); break;
       case XINE_EVENT_INPUT_MENU2:     bd_user_input(this->bdh, pts, BD_VK_POPUP); break;
       case XINE_EVENT_INPUT_UP:        bd_user_input(this->bdh, pts, BD_VK_UP);    break;
       case XINE_EVENT_INPUT_DOWN:      bd_user_input(this->bdh, pts, BD_VK_DOWN);  break;



More information about the libbluray-devel mailing list