diff options
| author | phintuka <phintuka> | 2011-07-11 08:46:48 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2011-07-11 08:46:48 +0000 |
| commit | 8693a350e536b3691c16e69b36f01faf1812a052 (patch) | |
| tree | 4ea0d1d7d18e92fd77776747680f41646771789a | |
| parent | 6225ec84de16738b9b4a154a6737ee45962f33d5 (diff) | |
| download | xineliboutput-8693a350e536b3691c16e69b36f01faf1812a052.tar.gz xineliboutput-8693a350e536b3691c16e69b36f01faf1812a052.tar.bz2 | |
Updated libbluray event queue initialization (do not lose event)
| -rw-r--r-- | xine/BluRay/input_bluray.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xine/BluRay/input_bluray.c b/xine/BluRay/input_bluray.c index 613680a1..e8ad6d85 100644 --- a/xine/BluRay/input_bluray.c +++ b/xine/BluRay/input_bluray.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2000-2005 the xine project * - * Copyright (C) 2009 Petri Hintukainen <phintuka@users.sourceforge.net> + * Copyright (C) 2009-2011 Petri Hintukainen <phintuka@users.sourceforge.net> * * This file is part of xine, a free video player. * @@ -22,7 +22,7 @@ * Input plugin for BluRay discs / images * * Requires libbluray from git://git.videolan.org/libbluray.git - * Tested with revision 2011-06-13 18:00 UTC + * Tested with revision 2011-07-11 08:45 UTC * */ @@ -1280,8 +1280,7 @@ static int bluray_plugin_open (input_plugin_t *this_gen) bd_set_player_setting_str(this->bdh, BLURAY_PLAYER_SETTING_COUNTRY_CODE, this->class->country); /* init eq */ - BD_EVENT ev; - bd_get_event(this->bdh, &ev); + bd_get_event(this->bdh, NULL); /* get disc name */ |
