Chromium Code Reviews| Index: webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc |
| diff --git a/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc b/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc |
| index c0317566969c627648abfd07509e22287687fd66..05c08afc73b02b3c8a60f71ed76735c21dcb5e6b 100644 |
| --- a/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc |
| +++ b/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc |
| @@ -184,7 +184,7 @@ AudioEncoderOpus::AudioEncoderOpus( |
| AudioNetworkAdaptorCreator&& audio_network_adaptor_creator, |
| std::unique_ptr<SmoothingFilter> bitrate_smoother) |
| : send_side_bwe_with_overhead_(webrtc::field_trial::FindFullName( |
| - "WebRTC-SendSideBwe-WithOverhead") == "Enabled"), |
| + "WebRTC-SendSideBwe-WithOverhead").find("Enabled") == 0), |
|
tommi
2017/02/28 11:52:41
IsEnabled?
sprang_webrtc
2017/02/28 12:18:31
Done.
|
| packet_loss_rate_(0.0), |
| inst_(nullptr), |
| packet_loss_fraction_smoother_(new PacketLossFractionSmoother( |