summaryrefslogtreecommitdiffstats
path: root/stream/stream_bluray.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-09-01 11:56:28 +0200
committerwm4 <wm4@nowhere>2019-09-13 17:32:05 +0200
commit162e0f5ad92116d1a4fb740d087da2a152686b73 (patch)
tree6594a87f78ec971c93b297ec8477377ff305ad4c /stream/stream_bluray.c
parenta9d83eac40c94f44d19fab7b6955331f10efe301 (diff)
downloadmpv-162e0f5ad92116d1a4fb740d087da2a152686b73.tar.bz2
mpv-162e0f5ad92116d1a4fb740d087da2a152686b73.tar.xz
stream: remove BD/DVD/CDDA sector size alignment
This was possibly needed by libdvdread, and/or old CD drivers on some system. It still works with on-filesystem DVD and BD test images, so this can go.
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");