Don't ever halt stalled fmodex streams, as they don't seem to truly 'stall'. Decrease delay between leaving starvation and unmuting down to 1 second (from 5).

This commit is contained in:
Shyotl
2012-07-19 02:32:16 -05:00
parent 643844c01d
commit 756a284048
2 changed files with 2 additions and 23 deletions

View File

@@ -80,8 +80,6 @@ private:
F32 mGain;
LLTimer mLastStarved;
unsigned int mStarvedProgress;
unsigned int mStarvedNoProgressFrames;
LLSD *mMetaData;
};