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:
parent
9f710d08e1
commit
45fa141f0a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user