| Index: webrtc/modules/audio_coding/codecs/opus/opus_interface.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/opus/opus_interface.c b/webrtc/modules/audio_coding/codecs/opus/opus_interface.c
|
| index aff089f0923eea8cd8d6f70ba66cf9f987a3566f..e2b4fdbeee79b83eab36120077e5fabf60ede292 100644
|
| --- a/webrtc/modules/audio_coding/codecs/opus/opus_interface.c
|
| +++ b/webrtc/modules/audio_coding/codecs/opus/opus_interface.c
|
| @@ -208,7 +208,7 @@ int16_t WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity) {
|
| }
|
| }
|
|
|
| -int16_t WebRtcOpus_SetForceChannels(OpusEncInst* inst, int32_t num_channels) {
|
| +int16_t WebRtcOpus_SetForceChannels(OpusEncInst* inst, size_t num_channels) {
|
| if (!inst)
|
| return -1;
|
| if (num_channels == 0) {
|
|
|