| Index: webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc
|
| diff --git a/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc b/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc
|
| index dccaf4306157a32e17e6cf240a2203c823414c66..ac275083abe5d50eb2f1e8127c45898f24c7a585 100644
|
| --- a/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc
|
| +++ b/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc
|
| @@ -33,7 +33,7 @@ int AudioEncoderCopyRed::RtpTimestampRateHz() const {
|
| return speech_encoder_->RtpTimestampRateHz();
|
| }
|
|
|
| -int AudioEncoderCopyRed::NumChannels() const {
|
| +size_t AudioEncoderCopyRed::NumChannels() const {
|
| return speech_encoder_->NumChannels();
|
| }
|
|
|
|
|