From 45fa141f0a61e74dcc4a6df22c351819c1ae1f56 Mon Sep 17 00:00:00 2001 From: "marpan@google.com" Date: Mon, 12 Sep 2011 16:53:19 +0000 Subject: [PATCH] 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 --- src/modules/video_coding/main/source/qm_select.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/video_coding/main/source/qm_select.cc b/src/modules/video_coding/main/source/qm_select.cc index 37491c2eb..3ee9fb580 100644 --- a/src/modules/video_coding/main/source/qm_select.cc +++ b/src/modules/video_coding/main/source/qm_select.cc @@ -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) {