Index: webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h b/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
index 1270cc38f7c01e34f89421452e2b75a8fa256d21..55623a2ff3ab8cb3e35c3378d141337a44e97cd0 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
@@ -36,9 +36,9 @@ int16_t WebRtcIsacfix_DecodeImpl(int16_t* signal_out16, |
IsacFixDecoderInstance* ISACdec_obj, |
int16_t* current_framesamples); |
-int16_t WebRtcIsacfix_DecodePlcImpl(int16_t* decoded, |
- IsacFixDecoderInstance* ISACdec_obj, |
- int16_t* current_framesample ); |
+void WebRtcIsacfix_DecodePlcImpl(int16_t* decoded, |
+ IsacFixDecoderInstance* ISACdec_obj, |
+ int16_t* current_framesample ); |
int WebRtcIsacfix_EncodeImpl(int16_t* in, |
IsacFixEncoderInstance* ISACenc_obj, |