| Index: webrtc/modules/audio_coding/audio_network_adaptor/config.proto
|
| diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/config.proto b/webrtc/modules/audio_coding/audio_network_adaptor/config.proto
|
| index 53a4de0217619f341b56b06c930e791c4105f1a4..6162a155ca85e1eb27777f3172a513db40c3d52b 100644
|
| --- a/webrtc/modules/audio_coding/audio_network_adaptor/config.proto
|
| +++ b/webrtc/modules/audio_coding/audio_network_adaptor/config.proto
|
| @@ -43,7 +43,7 @@ message FrameLengthController {
|
| // Uplink packet loss fraction below which frame length can increase.
|
| optional float fl_increasing_packet_loss_fraction = 1;
|
|
|
| - // Uplink packet loss fraction below which frame length should decrease.
|
| + // Uplink packet loss fraction above which frame length should decrease.
|
| optional float fl_decreasing_packet_loss_fraction = 2;
|
|
|
| // Uplink bandwidth below which frame length can switch from 20ms to 60ms.
|
|
|