mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Preparing for next version of CTDB
This commit is contained in:
@@ -330,13 +330,6 @@ namespace CUETools.AccurateRip
|
||||
return ParityToSyndrome.Parity2Syndrome(stride, npar, maxNpar, parity);
|
||||
}
|
||||
|
||||
public unsafe byte[] GetSyndromeBytes(int npar = maxNpar)
|
||||
{
|
||||
if (!calcParity)
|
||||
throw new InvalidOperationException();
|
||||
return ParityToSyndrome.Parity2SyndromeBytes(stride, npar, maxNpar, parity);
|
||||
}
|
||||
|
||||
private byte[] parity;
|
||||
internal ushort[, ,] encodeTable;
|
||||
private int maxOffset;
|
||||
|
||||
Reference in New Issue
Block a user