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:
mallinath@google.com 2011-08-02 22:52:33 +00:00
parent df11c11cf2
commit af874ebc90

View File

@ -37,8 +37,8 @@ IncomingVideoStream::IncomingVideoStream(const WebRtc_Word32 moduleId,
_moduleId(moduleId), _moduleId(moduleId),
_streamId(streamId), _streamId(streamId),
_streamCritsect(*CriticalSectionWrapper::CreateCriticalSection()), _streamCritsect(*CriticalSectionWrapper::CreateCriticalSection()),
_bufferCritsect(*CriticalSectionWrapper::CreateCriticalSection()),
_threadCritsect(*CriticalSectionWrapper::CreateCriticalSection()), _threadCritsect(*CriticalSectionWrapper::CreateCriticalSection()),
_bufferCritsect(*CriticalSectionWrapper::CreateCriticalSection()),
_ptrIncomingRenderThread(), _ptrIncomingRenderThread(),
_deliverBufferEvent(*EventWrapper::Create()), _deliverBufferEvent(*EventWrapper::Create()),
_running(false), _running(false),
@ -52,6 +52,7 @@ IncomingVideoStream::IncomingVideoStream(const WebRtc_Word32 moduleId,
_lastRateCalculationTimeMs(0), _lastRateCalculationTimeMs(0),
_numFramesSinceLastCalculation(0), _numFramesSinceLastCalculation(0),
_lastRenderedFrame(), _lastRenderedFrame(),
_tempFrame(),
_startImage(), _startImage(),
_timeoutImage(), _timeoutImage(),
_timeoutTime(), _timeoutTime(),