We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed21fec commit bdba44bCopy full SHA for bdba44b
src/CPP/7zip/Common/FilterCoder.cpp
@@ -41,8 +41,9 @@ void CAlignedMidBuffer::AllocAligned(size_t size)
41
And ARMT filter can process 2 bytes less than sent size.
42
*/
43
44
-
+#if !defined(LIBPLZMA)
45
static const UInt32 kBufSize = 1 << 21;
46
+#endif // !LIBPLZMA
47
48
Z7_COM7F_IMF(CFilterCoder::SetInBufSize(UInt32 , UInt32 size)) { _inBufSize = size; return S_OK; }
49
Z7_COM7F_IMF(CFilterCoder::SetOutBufSize(UInt32 , UInt32 size)) { _outBufSize = size; return S_OK; }
0 commit comments