Index: webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.h |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.h b/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.h |
index fa58b7a67f8beccdd14c11932695179fde5786fc..61efd22604b51cf144a52648942e93db9db21854 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.h |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.h |
@@ -25,7 +25,7 @@ |
* interface for enhancer |
*---------------------------------------------------------------*/ |
-int WebRtcIlbcfix_EnhancerInterface( /* (o) Estimated lag in end of in[] */ |
+size_t WebRtcIlbcfix_EnhancerInterface( /* (o) Estimated lag in end of in[] */ |
int16_t *out, /* (o) enhanced signal */ |
int16_t *in, /* (i) unenhanced signal */ |
IlbcDecoder *iLBCdec_inst /* (i) buffers etc */ |