Bug 845676 - Initialize mPausedForPlaybackRateNull in MediaDecoder constructor to prevent an assertion. r=kinetik

This commit is contained in:
Paul Adenot 2013-02-27 20:38:11 +01:00
parent 7ce7a9d006
commit 84f0d299f7

View File

@ -344,6 +344,7 @@ MediaDecoder::MediaDecoder() :
mFrameBufferLength(0),
mPinnedForSeek(false),
mShuttingDown(false),
mPausedForPlaybackRateNull(false),
mAudioChannelType(AUDIO_CHANNEL_NORMAL)
{
MOZ_COUNT_CTOR(MediaDecoder);