mirror of https://github.com/mpv-player/mpv
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:
parent
facba0b317
commit
e8d952c807
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue