summaryrefslogtreecommitdiff
path: root/modules/audio_coding/codecs/pcm16b/include
diff options
context:
space:
mode:
Diffstat (limited to 'modules/audio_coding/codecs/pcm16b/include')
-rw-r--r--modules/audio_coding/codecs/pcm16b/include/pcm16b.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/audio_coding/codecs/pcm16b/include/pcm16b.h b/modules/audio_coding/codecs/pcm16b/include/pcm16b.h
index 9c96b830..86b32fe2 100644
--- a/modules/audio_coding/codecs/pcm16b/include/pcm16b.h
+++ b/modules/audio_coding/codecs/pcm16b/include/pcm16b.h
@@ -73,8 +73,7 @@ int16_t WebRtcPcm16b_Encode(int16_t *speech16b,
* Returned value : Samples in speechOut16b
*/
-int16_t WebRtcPcm16b_DecodeW16(void *inst,
- int16_t *speechIn16b,
+int16_t WebRtcPcm16b_DecodeW16(int16_t *speechIn16b,
int16_t length_bytes,
int16_t *speechOut16b,
int16_t* speechType);