9.06 beta

This commit is contained in:
Igor Pavlov
2009-08-17 00:00:00 +00:00
committed by Kornel Lesiński
parent 829409452d
commit c99f3ebdd6
445 changed files with 15246 additions and 8133 deletions

View File

@@ -24,11 +24,11 @@ static bool inline Test86MSByte(Byte b)
bool CEncoder::Create()
{
if (!_mainStream.Create(1 << 16))
if (!_mainStream.Create(1 << 18))
return false;
if (!_callStream.Create(1 << 20))
if (!_callStream.Create(1 << 18))
return false;
if (!_jumpStream.Create(1 << 20))
if (!_jumpStream.Create(1 << 18))
return false;
if (!_rangeEncoder.Create(1 << 20))
return false;