mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
PLEXTOR DVDR PX-760A subchannel problem
This commit is contained in:
@@ -6,7 +6,7 @@ namespace CUETools.Ripper.SCSI
|
||||
{
|
||||
public enum InitialCrcValue { Zeros, NonZero1 = 0xffff, NonZero2 = 0x1D0F }
|
||||
|
||||
class Crc16Ccitt
|
||||
public class Crc16Ccitt
|
||||
{
|
||||
const ushort poly = 4129;
|
||||
ushort[] table = new ushort[256];
|
||||
|
||||
Reference in New Issue
Block a user