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();
|
Mutex.unlock();
|
||||||
|
|
||||||
// actual initialization call has to be made
|
// actual initialization call has to be made
|
||||||
|
@ -1111,7 +1112,6 @@ EPutDataStat CChannel::PutData ( const CVector<uint8_t>& vecbyData,
|
||||||
SetAudioBlockSizeAndComprIn (
|
SetAudioBlockSizeAndComprIn (
|
||||||
iNewAudioBlockSize, eNewAudComprType );
|
iNewAudioBlockSize, eNewAudComprType );
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
Mutex.lock();
|
Mutex.lock();
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue