Author: n/a Description: Disables to skip on encrypted disks (e.g. DVD with CSS-Encryption). --- a/scsi-layer.c +++ b/scsi-layer.c @@ -2675,11 +2675,12 @@ return NULL; } } - +/* if(dh->mainType == DVD && query_copyright(dh)) { CloseDevice(dh); Stop(_("This software does not support encrypted media.\n")); } +*/ /* Create the bitmap of simulated defects */