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).
This commit is contained in:
wm4 2014-03-26 23:34:52 +01:00
parent facba0b317
commit e8d952c807
1 changed files with 0 additions and 3 deletions

View File

@ -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;