libbluray | branch: master | hpi1 <[email protected]> | 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;

_______________________________________________
libbluray-devel mailing list
[email protected]
http://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to