зеркало из https://github.com/mozilla/pjs.git
Bug 479725 - 'UMR [@ nsOggDecoder::GetStatistics], nsOggDecoder::mDuration not initialized'. r+sr=roc.
This commit is contained in:
Родитель
584ae8c463
Коммит
864a45296a
|
@ -1299,6 +1299,7 @@ nsOggDecoder::nsOggDecoder() :
|
||||||
mCurrentTime(0.0),
|
mCurrentTime(0.0),
|
||||||
mInitialVolume(0.0),
|
mInitialVolume(0.0),
|
||||||
mRequestedSeekTime(-1.0),
|
mRequestedSeekTime(-1.0),
|
||||||
|
mDuration(-1),
|
||||||
mNotifyOnShutdown(PR_FALSE),
|
mNotifyOnShutdown(PR_FALSE),
|
||||||
mSeekable(PR_TRUE),
|
mSeekable(PR_TRUE),
|
||||||
mReader(0),
|
mReader(0),
|
||||||
|
|
Загрузка…
Ссылка в новой задаче