summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-26 23:34:52 +0100
committerwm4 <wm4@nowhere>2014-03-26 23:34:52 +0100
commite8d952c807f35f9fd2844aa95276c08aa1e554c2 (patch)
treeb849cd00917573acb4175b74e2110aa1d0791ea7 /stream
parentfacba0b31709679d82b561b76f6e5649603453e5 (diff)
downloadmpv-e8d952c807f35f9fd2844aa95276c08aa1e554c2.tar.bz2
mpv-e8d952c807f35f9fd2844aa95276c08aa1e554c2.tar.xz
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).
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_bluray.c3
1 files changed, 0 insertions, 3 deletions
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;