| Index: webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc
|
| diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc b/webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc
|
| index 5343acebd8857f2f32f81483ab09a65d18979df2..31eff216890882ecc0b2496914d45b312a5cd831 100644
|
| --- a/webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc
|
| +++ b/webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc
|
| @@ -69,7 +69,7 @@ std::unique_ptr<FecController> CreateFecController(
|
| fec_disabling_threshold.low_bandwidth_packet_loss(),
|
| fec_disabling_threshold.high_bandwidth_bps(),
|
| fec_disabling_threshold.high_bandwidth_packet_loss()),
|
| - config.has_time_constant_ms(), clock)));
|
| + config.time_constant_ms(), clock)));
|
| }
|
|
|
| std::unique_ptr<FrameLengthController> CreateFrameLengthController(
|
|
|