Skip to content

Commit 4e0a514

Browse files
author
Oleh Kulykov
committed
1725890295
1 parent b94b385 commit 4e0a514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CPP/7zip/Common/FilterCoder.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ HRESULT CFilterCoder::Init_and_Alloc()
7676

7777
CFilterCoder::CFilterCoder(bool encodeMode):
7878
_bufSize(0),
79-
_inBufSize(kBufSize),
79+
_inBufSize(::plzma::kStreamReadSize),
8080
_outBufSize(kBufSize),
81-
_encodeMode(encodeMode),
81+
_encodeMode(::plzma::kStreamWriteSize),
8282
_outSize_Defined(false),
8383
_outSize(0),
8484
_nowPos64(0)

0 commit comments

Comments
 (0)