warning cleanup in render module
Review URL: http://webrtc-codereview.appspot.com/95007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@292 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
df11c11cf2
commit
af874ebc90
@ -37,8 +37,8 @@ IncomingVideoStream::IncomingVideoStream(const WebRtc_Word32 moduleId,
|
||||
_moduleId(moduleId),
|
||||
_streamId(streamId),
|
||||
_streamCritsect(*CriticalSectionWrapper::CreateCriticalSection()),
|
||||
_bufferCritsect(*CriticalSectionWrapper::CreateCriticalSection()),
|
||||
_threadCritsect(*CriticalSectionWrapper::CreateCriticalSection()),
|
||||
_bufferCritsect(*CriticalSectionWrapper::CreateCriticalSection()),
|
||||
_ptrIncomingRenderThread(),
|
||||
_deliverBufferEvent(*EventWrapper::Create()),
|
||||
_running(false),
|
||||
@ -52,6 +52,7 @@ IncomingVideoStream::IncomingVideoStream(const WebRtc_Word32 moduleId,
|
||||
_lastRateCalculationTimeMs(0),
|
||||
_numFramesSinceLastCalculation(0),
|
||||
_lastRenderedFrame(),
|
||||
_tempFrame(),
|
||||
_startImage(),
|
||||
_timeoutImage(),
|
||||
_timeoutTime(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user