Index: webrtc/modules/audio_coding/codecs/opus/interface/opus_interface.h |
diff --git a/webrtc/modules/audio_coding/codecs/opus/interface/opus_interface.h b/webrtc/modules/audio_coding/codecs/opus/interface/opus_interface.h |
index 007f5c53f4e0f1a46949476cddb3f27b31385c5d..e663e6b9c641025d2925ca2777310b3ae58b74b9 100644 |
--- a/webrtc/modules/audio_coding/codecs/opus/interface/opus_interface.h |
+++ b/webrtc/modules/audio_coding/codecs/opus/interface/opus_interface.h |
@@ -43,7 +43,7 @@ typedef struct WebRtcOpusDecInst OpusDecInst; |
* -1 - Error |
*/ |
int16_t WebRtcOpus_EncoderCreate(OpusEncInst** inst, |
- int32_t channels, |
+ size_t channels, |
int32_t application); |
int16_t WebRtcOpus_EncoderFree(OpusEncInst* inst); |