Description
The MMC spec has a command READ DVD STRUCTURE containing a "Maximum rate" in its response.
libcdio's mmc_get_dvd_struct_physical_private(), which handles this command, incorrectly interprets it as a "minimum rate" by extracting it into a field named min_rate.
MMC-6 spec: https://www.13thmonkey.org/documentation/SCSI/mmc6r02g.pdf
(the field is the same even in MMC-3)
Description
The MMC spec has a command
READ DVD STRUCTUREcontaining a "Maximum rate" in its response.libcdio's
mmc_get_dvd_struct_physical_private(), which handles this command, incorrectly interprets it as a "minimum rate" by extracting it into a field namedmin_rate.MMC-6 spec: https://www.13thmonkey.org/documentation/SCSI/mmc6r02g.pdf
(the field is the same even in MMC-3)