From 864a45296a01c8b1bc100944737622aa391a5d27 Mon Sep 17 00:00:00 2001 From: Ben Turner Date: Sun, 22 Feb 2009 16:51:06 -0800 Subject: [PATCH] Bug 479725 - 'UMR [@ nsOggDecoder::GetStatistics], nsOggDecoder::mDuration not initialized'. r+sr=roc. --- content/media/video/src/nsOggDecoder.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/content/media/video/src/nsOggDecoder.cpp b/content/media/video/src/nsOggDecoder.cpp index 8d159236062..10721ea30a4 100644 --- a/content/media/video/src/nsOggDecoder.cpp +++ b/content/media/video/src/nsOggDecoder.cpp @@ -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),