| Index: webrtc/modules/audio_coding/codecs/audio_encoder_mutable_impl.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/audio_encoder_mutable_impl.h b/webrtc/modules/audio_coding/codecs/audio_encoder_mutable_impl.h
|
| index c1184e16a8ddd74c144c222e08be575125ace191..c2236adfae885d1388c1da3c3866b684060fe104 100644
|
| --- a/webrtc/modules/audio_coding/codecs/audio_encoder_mutable_impl.h
|
| +++ b/webrtc/modules/audio_coding/codecs/audio_encoder_mutable_impl.h
|
| @@ -62,7 +62,7 @@ class AudioEncoderMutableImpl : public P {
|
| CriticalSectionScoped cs(encoder_lock_.get());
|
| return encoder_->SampleRateHz();
|
| }
|
| - int NumChannels() const override {
|
| + size_t NumChannels() const override {
|
| CriticalSectionScoped cs(encoder_lock_.get());
|
| return encoder_->NumChannels();
|
| }
|
|
|