From 6bc7ec6ebcbd68fc5f37d8c70e668ab93d88de66 Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 13 Jun 2011 18:02:05 +0000 Subject: Fixed seeking when using BD menus --- xine/BluRay/input_bluray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xine/BluRay/input_bluray.c b/xine/BluRay/input_bluray.c index 7e83d936..d3321728 100644 --- a/xine/BluRay/input_bluray.c +++ b/xine/BluRay/input_bluray.c @@ -824,7 +824,7 @@ static off_t bluray_plugin_seek (input_plugin_t *this_gen, off_t offset, int ori if (!this || !this->bdh) return -1; - if (this->current_title_idx < 0 || this->still_end_time) + if (this->still_end_time) return offset; /* convert relative seeks to absolute */ -- cgit v1.2.3