qm_select: changed default settings for uep.

Review URL: http://webrtc-codereview.appspot.com/132015

git-svn-id: http://webrtc.googlecode.com/svn/trunk@584 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
marpan@google.com 2011-09-12 16:53:19 +00:00
parent 9f710d08e1
commit 45fa141f0a

View File

@ -771,7 +771,7 @@ VCMQmRobustness::SetUepProtection(WebRtc_UWord8 codeRateDelta, float totalRate,
WebRtc_UWord8 packetLoss, bool frameType)
{
// Default:
bool uepProtection = true;
bool uepProtection = false;
if (_contentMetrics == NULL)
{