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.
This commit is contained in:
wm4
2018-09-01 11:56:28 +02:00
parent a9d83eac40
commit 162e0f5ad9
5 changed files with 4 additions and 16 deletions

View File

@@ -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");