summaryrefslogtreecommitdiffstats
path: root/stream/stream_bluray.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_bluray.c')
-rw-r--r--stream/stream_bluray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c
index 8614a26a5c..6e7663d638 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -161,7 +161,7 @@ static void handle_event(stream_t *s, const BD_EVENT *ev)
}
}
-static int bluray_stream_fill_buffer(stream_t *s, char *buf, int len)
+static int bluray_stream_fill_buffer(stream_t *s, void *buf, int len)
{
struct bluray_priv_s *b = s->priv;
BD_EVENT event;