Add interface for setting speed and blocksize. Reinstated it in

cd-paranoia libraries and command.

Some more variable convention regularizations.
This commit is contained in:
rocky
2005-01-18 00:57:19 +00:00
parent 17c55ea59b
commit e5bdc956e9
14 changed files with 211 additions and 73 deletions

View File

@@ -905,12 +905,9 @@ main(int argc,char *argv[])
d->disc_toc[i].dwStartSector+=toc_offset;
}
#ifdef SPEED_FINISHED
if (force_cdrom_speed != -1) {
cdda_speed_set(d,force_cdrom_speed);
}
#endif
if (d->nsectors==1) {
report("WARNING: The autosensed/selected sectors per read value is\n"