Bug 1119803 - Uninitialised value use in StopPrerollingVideo. r=bobbyholley.

This commit is contained in:
Julian Seward 2015-01-13 12:56:38 +01:00
parent d8abe9b05e
commit b22caf6904

View File

@ -202,6 +202,8 @@ MediaDecoderStateMachine::MediaDecoderStateMachine(MediaDecoder* aDecoder,
mAmpleVideoFrames(2),
mLowAudioThresholdUsecs(LOW_AUDIO_USECS),
mAmpleAudioThresholdUsecs(AMPLE_AUDIO_USECS),
mIsAudioPrerolling(false),
mIsVideoPrerolling(false),
mAudioRequestStatus(RequestStatus::Idle),
mVideoRequestStatus(RequestStatus::Idle),
mAudioCaptured(false),