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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c
index 10562d6af4..41b96fe5db 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -354,7 +354,6 @@ static int bluray_stream_open_internal(stream_t *s)
s->fill_buffer = bluray_stream_fill_buffer;
s->close = bluray_stream_close;
s->control = bluray_stream_control;
- s->sector_size = BLURAY_SECTOR_SIZE;
s->priv = b;
MP_VERBOSE(s, "Blu-ray successfully opened.\n");