Index: webrtc/modules/audio_coding/codecs/g722/include/g722_interface.h |
diff --git a/webrtc/modules/audio_coding/codecs/g722/include/g722_interface.h b/webrtc/modules/audio_coding/codecs/g722/include/g722_interface.h |
index a5ecbe70fae61f3367604f0805d4ff5aac364d5c..7fe11a7eb372ea4596ff167d856e86735334a0c2 100644 |
--- a/webrtc/modules/audio_coding/codecs/g722/include/g722_interface.h |
+++ b/webrtc/modules/audio_coding/codecs/g722/include/g722_interface.h |
@@ -73,7 +73,7 @@ int16_t WebRtcG722_EncoderInit(G722EncInst *G722enc_inst); |
* Return value : 0 - Ok |
* -1 - Error |
*/ |
-int WebRtcG722_FreeEncoder(G722EncInst *G722enc_inst); |
+int16_t WebRtcG722_FreeEncoder(G722EncInst *G722enc_inst); |
@@ -142,7 +142,7 @@ int16_t WebRtcG722_DecoderInit(G722DecInst *G722dec_inst); |
* -1 - Error |
*/ |
-int WebRtcG722_FreeDecoder(G722DecInst *G722dec_inst); |
+int16_t WebRtcG722_FreeDecoder(G722DecInst *G722dec_inst); |
/**************************************************************************** |