diff options
author | phintuka <phintuka> | 2010-12-10 10:43:18 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-12-10 10:43:18 +0000 |
commit | a92f87d9494914a8be8d99facbb168c654fdf558 (patch) | |
tree | 594a826bbe471900b5402ff76c8c734fe86801e3 | |
parent | 9d3f5e5da9ca653c273c607767f7b90a51d1e151 (diff) | |
download | xineliboutput-a92f87d9494914a8be8d99facbb168c654fdf558.tar.gz xineliboutput-a92f87d9494914a8be8d99facbb168c654fdf558.tar.bz2 |
Updated to build against latest libbluray git snapshot
-rw-r--r-- | xine/BluRay/input_bluray.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine/BluRay/input_bluray.c b/xine/BluRay/input_bluray.c index df91fade..cc9946a6 100644 --- a/xine/BluRay/input_bluray.c +++ b/xine/BluRay/input_bluray.c @@ -22,7 +22,7 @@ * Input plugin for BluRay discs / images * * Requires libbluray from git://git.videolan.org/libbluray.git - * Tested with revision 2010-08-02 + * Tested with revision 2010-12-10 10:00 UTC * */ @@ -428,7 +428,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; |