Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / video_engine / vie_channel_group.cc
index c6b3f74..9c2d59f 100644 (file)
@@ -41,7 +41,7 @@ class WrappingBitrateEstimator : public RemoteBitrateEstimator {
         crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
         engine_id_(engine_id),
         min_bitrate_bps_(config.Get<RemoteBitrateEstimatorMinRate>().min_rate),
-        rate_control_type_(kMimdControl),
+        rate_control_type_(kAimdControl),
         rbe_(RemoteBitrateEstimatorFactory().Create(observer_,
                                                     clock_,
                                                     rate_control_type_,