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..ded8b6f8ebc7d9bd99edf4b4af3622486e14dfe4 100644 |
--- a/webrtc/modules/audio_coding/codecs/opus/interface/opus_interface.h |
+++ b/webrtc/modules/audio_coding/codecs/opus/interface/opus_interface.h |
@@ -212,11 +212,8 @@ int WebRtcOpus_DecoderChannels(OpusDecInst* inst); |
* |
* Input: |
* - inst : Decoder context |
- * |
- * Return value : 0 - Success |
- * -1 - Error |
*/ |
-int16_t WebRtcOpus_DecoderInit(OpusDecInst* inst); |
+void WebRtcOpus_DecoderInit(OpusDecInst* inst); |
/**************************************************************************** |
* WebRtcOpus_Decode(...) |