]> git.sesse.net Git - vlc/commit
* modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_...
authorGildas Bazin <gbazin@videolan.org>
Sun, 18 May 2003 15:44:03 +0000 (15:44 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 18 May 2003 15:44:03 +0000 (15:44 +0000)
commitdceb5b627fcc03b105b3372401fba879df3f3a8f
tree1b7a44d0ac3773844a77068b8166f1443439ff99
parent9349da54ef8a2220a168d1a4427ad0d4e3046b2d
* modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_ReadSectors(), a function that can read multiple sectors at a time.
  Modified the cdda plugin to read 20 sectors at a time. This was necessary because it was overkill to read the data sectors by sectors and was creating problems under Windows.
modules/access/cdda.c
modules/access/vcd/cdrom.c
modules/access/vcd/cdrom.h
modules/access/vcd/cdrom_internals.h
modules/access/vcd/vcd.c