mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-10 22:57:47 +00:00
updated to 0.3.1
This commit is contained in:
@@ -22,7 +22,7 @@ COpusDecoder::COpusDecoder(CMediaStreamItf *dst){
|
||||
outputBufferSize=0;
|
||||
packetsNeeded=0;
|
||||
lastDecodedOffset=0;
|
||||
decodedQueue=new CBlockingQueue(32);
|
||||
decodedQueue=new CBlockingQueue(33);
|
||||
bufferPool=new CBufferPool(PACKET_SIZE, 32);
|
||||
echoCanceller=NULL;
|
||||
frameDuration=20;
|
||||
|
||||
Reference in New Issue
Block a user