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 06d1e88b99..64d1856873 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -407,7 +407,7 @@ err_no_info:
s->end_pos = title_size;
s->sector_size = BLURAY_SECTOR_SIZE;
- s->flags = mode | MP_STREAM_SEEK;
+ s->flags = MP_STREAM_SEEK;
s->priv = b;
s->type = STREAMTYPE_BLURAY;
s->url = strdup("br://");