From e8d952c807f35f9fd2844aa95276c08aa1e554c2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 26 Mar 2014 23:34:52 +0100 Subject: stream_bluray: remove BD_EVENT_IDLE This was actually supposed to be removed with pull reuqest #671, but I accidentally re-added it with a rebasing mistake. This probably also coincidentally fixes compilation with older libbluray (issue #672). --- stream/stream_bluray.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'stream') diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c index 4c0658e389..a30cdd603b 100644 --- a/stream/stream_bluray.c +++ b/stream/stream_bluray.c @@ -132,9 +132,6 @@ static void handle_event(stream_t *s, const BD_EVENT *ev) b->current_angle); } break; - case BD_EVENT_IDLE: - mp_sleep_us(5000); - break; default: MP_TRACE(s, "Unhandled event: %d %d\n", ev->event, ev->param); break; -- cgit v1.2.3