mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Flake: fixed minor issue in previous commit
This commit is contained in:
@@ -754,7 +754,6 @@ namespace CUETools.Codecs
|
||||
long pred = coefs[2] * (long)*(s++);
|
||||
pred += c1 * (long)*(s++);
|
||||
pred += c0 * (long)*(s++);
|
||||
*(r++) = *s - (int)(pred >> shift);
|
||||
int d = *(r++) = *s - (int)(pred >> shift);
|
||||
sum += (uint)((d << 1) ^ (d >> 31));
|
||||
s -= 2;
|
||||
|
||||
Reference in New Issue
Block a user