summaryrefslogtreecommitdiffstats
path: root/stream/stream_cdda.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_cdda.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_cdda.c')
-rw-r--r--stream/stream_cdda.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c
index e99db3eda1..dd8405a4a1 100644
--- a/stream/stream_cdda.c
+++ b/stream/stream_cdda.c
@@ -346,7 +346,6 @@ static int open_cdda(stream_t *st)
priv->sector = priv->start_sector;
st->priv = priv;
- st->sector_size = CDIO_CD_FRAMESIZE_RAW;
st->fill_buffer = fill_buffer;
st->seek = seek;