mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
Bug 916773 - Initialize mLatency in SharedBuffer's constructor. r=ehsan
--HG-- extra : rebase_source : a40fb148498981c1a65a5cd9756201b90d8d98a4
This commit is contained in:
parent
202c19d92d
commit
b8eaf2be2b
@ -98,6 +98,7 @@ public:
|
||||
: mOutputQueue("SharedBuffers::outputQueue")
|
||||
, mDelaySoFar(TRACK_TICKS_MAX)
|
||||
, mSampleRate(aSampleRate)
|
||||
, mLatency(0.0)
|
||||
, mDroppingBuffers(false)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user