1Author: n/a
2Description: Disables to skip on encrypted disks (e.g. DVD with CSS-Encryption).
3
4Index: dvdisaster/scsi-layer.c
5===================================================================
6--- dvdisaster.orig/scsi-layer.c 2012-04-08 21:51:10.995588783 +0900
7+++ dvdisaster/scsi-layer.c 2012-04-08 21:51:29.259678075 +0900
8@@ -2693,11 +2693,12 @@
9 return NULL;
10 }
11 }
12-
13+/*
14 if(dh->mainType == DVD && query_copyright(dh))
15 { CloseDevice(dh);
16 Stop(_("This software does not support encrypted media.\n"));
17 }
18+*/
19
20 /* Create the bitmap of simulated defects */
21