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 711b991d9c9b1f423be0f958a959af43bf466d91..46ff3b0f0190f789204221136a43b701a3806271 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 |
*/ |
-int16_t WebRtcG722_FreeEncoder(G722EncInst *G722enc_inst); |
+int WebRtcG722_FreeEncoder(G722EncInst *G722enc_inst); |
@@ -142,7 +142,7 @@ int16_t WebRtcG722_DecoderInit(G722DecInst *G722dec_inst); |
* -1 - Error |
*/ |
-int16_t WebRtcG722_FreeDecoder(G722DecInst *G722dec_inst); |
+int WebRtcG722_FreeDecoder(G722DecInst *G722dec_inst); |
/**************************************************************************** |