Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2017-03-06 10:50:50 +0300
committerKacper Michajłow <kasper93@gmail.com>2017-03-06 10:50:50 +0300
commitb989276ec26ede85b20ab469460882c850edcbcd (patch)
tree34ea494e14c919f8bca51b55c95c92303a147c89 /src/thirdparty/unrar/rs16.hpp
parentd911f14d5619d800819d6f4658e72236720b79af (diff)
parentba2ea5d9e0cf5451398dfd438a0a962a0fe6fd74 (diff)
Merge branch 'release-1.7.11'1.7.11
Diffstat (limited to 'src/thirdparty/unrar/rs16.hpp')
-rw-r--r--src/thirdparty/unrar/rs16.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thirdparty/unrar/rs16.hpp b/src/thirdparty/unrar/rs16.hpp
index ba518ac1d..b67a7ca86 100644
--- a/src/thirdparty/unrar/rs16.hpp
+++ b/src/thirdparty/unrar/rs16.hpp
@@ -35,7 +35,9 @@ class RSCoder16
~RSCoder16();
bool Init(uint DataCount, uint RecCount, bool *ValidityFlags);
+#if 0 // We use only UpdateECC now.
void Process(const uint *Data, uint *Out);
+#endif
void UpdateECC(uint DataNum, uint ECCNum, const byte *Data, byte *ECC, size_t BlockSize);
};