Bug 479725 - 'UMR [@ nsOggDecoder::GetStatistics], nsOggDecoder::mDuration not initialized'. r+sr=roc.

This commit is contained in:
Ben Turner 2009-02-22 16:51:06 -08:00
Родитель 19435fea38
Коммит 6f7d73bbfd
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1299,6 +1299,7 @@ nsOggDecoder::nsOggDecoder() :
mCurrentTime(0.0),
mInitialVolume(0.0),
mRequestedSeekTime(-1.0),
mDuration(-1),
mNotifyOnShutdown(PR_FALSE),
mSeekable(PR_TRUE),
mReader(0),