code style
This commit is contained in:
parent
f5d33e8abc
commit
f005ddcd05
1 changed files with 10 additions and 10 deletions
|
@ -1100,6 +1100,7 @@ EPutDataStat CChannel::PutData ( const CVector<uint8_t>& vecbyData,
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Mutex.unlock();
|
||||
|
||||
// actual initialization call has to be made
|
||||
|
@ -1111,7 +1112,6 @@ EPutDataStat CChannel::PutData ( const CVector<uint8_t>& vecbyData,
|
|||
SetAudioBlockSizeAndComprIn (
|
||||
iNewAudioBlockSize, eNewAudComprType );
|
||||
}
|
||||
}
|
||||
|
||||
Mutex.lock();
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue