code style
This commit is contained in:
parent
f5d33e8abc
commit
f005ddcd05
1 changed files with 10 additions and 10 deletions
|
@ -1100,17 +1100,17 @@ 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
|
||||||
// outside the mutex region since it internally
|
// outside the mutex region since it internally
|
||||||
// usees the same mutex, too
|
// usees the same mutex, too
|
||||||
if ( bReinitializeIn )
|
if ( bReinitializeIn )
|
||||||
{
|
{
|
||||||
// re-initialize to new value
|
// re-initialize to new value
|
||||||
SetAudioBlockSizeAndComprIn (
|
SetAudioBlockSizeAndComprIn (
|
||||||
iNewAudioBlockSize, eNewAudComprType );
|
iNewAudioBlockSize, eNewAudComprType );
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Mutex.lock();
|
Mutex.lock();
|
||||||
|
|
Loading…
Add table
Reference in a new issue