mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 845676 - Initialize mPausedForPlaybackRateNull in MediaDecoder constructor to prevent an assertion. r=kinetik
This commit is contained in:
parent
5ea9a0347c
commit
c6f168b33a
@ -344,6 +344,7 @@ MediaDecoder::MediaDecoder() :
|
||||
mFrameBufferLength(0),
|
||||
mPinnedForSeek(false),
|
||||
mShuttingDown(false),
|
||||
mPausedForPlaybackRateNull(false),
|
||||
mAudioChannelType(AUDIO_CHANNEL_NORMAL)
|
||||
{
|
||||
MOZ_COUNT_CTOR(MediaDecoder);
|
||||
|
Loading…
Reference in New Issue
Block a user