summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/silk/API.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/silk/API.h')
-rw-r--r--lib/rbcodec/codecs/libopus/silk/API.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libopus/silk/API.h b/lib/rbcodec/codecs/libopus/silk/API.h
index f0601bcf6b..4d90ff9aa3 100644
--- a/lib/rbcodec/codecs/libopus/silk/API.h
+++ b/lib/rbcodec/codecs/libopus/silk/API.h
@@ -80,7 +80,8 @@ opus_int silk_Encode( /* O Returns error co
80 opus_int nSamplesIn, /* I Number of samples in input vector */ 80 opus_int nSamplesIn, /* I Number of samples in input vector */
81 ec_enc *psRangeEnc, /* I/O Compressor data structure */ 81 ec_enc *psRangeEnc, /* I/O Compressor data structure */
82 opus_int32 *nBytesOut, /* I/O Number of bytes in payload (input: Max bytes) */ 82 opus_int32 *nBytesOut, /* I/O Number of bytes in payload (input: Max bytes) */
83 const opus_int prefillFlag /* I Flag to indicate prefilling buffers no coding */ 83 const opus_int prefillFlag, /* I Flag to indicate prefilling buffers no coding */
84 int activity /* I Decision of Opus voice activity detector */
84); 85);
85 86
86/****************************************/ 87/****************************************/
@@ -111,7 +112,8 @@ opus_int silk_Decode( /* O Returns error co
111 opus_int newPacketFlag, /* I Indicates first decoder call for this packet */ 112 opus_int newPacketFlag, /* I Indicates first decoder call for this packet */
112 ec_dec *psRangeDec, /* I/O Compressor data structure */ 113 ec_dec *psRangeDec, /* I/O Compressor data structure */
113 opus_int16 *samplesOut, /* O Decoded output speech vector */ 114 opus_int16 *samplesOut, /* O Decoded output speech vector */
114 opus_int32 *nSamplesOut /* O Number of samples decoded */ 115 opus_int32 *nSamplesOut, /* O Number of samples decoded */
116 int arch /* I Run-time architecture */
115); 117);
116 118
117#if 0 119#if 0