summaryrefslogtreecommitdiff
path: root/thirdparty/opus/silk/API.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-11-18 10:11:49 +0100
committerGitHub <noreply@github.com>2019-11-18 10:11:49 +0100
commit84761ca106df2ae9d06116cc5237524438ebad76 (patch)
tree16402c6d5edd0f5fc754d49d5b7aff573fbd69de /thirdparty/opus/silk/API.h
parent5c13db0150168c14d81bd320540d2d541be72dcb (diff)
parent46ae64cd60166ead412bacc1bf03e9c8f8965e2c (diff)
Merge pull request #33698 from akien-mga/revert-opus-1.3.1-pr33311
Revert "Update opus to 1.3.1 and opusfile to 0.11"
Diffstat (limited to 'thirdparty/opus/silk/API.h')
-rw-r--r--thirdparty/opus/silk/API.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/thirdparty/opus/silk/API.h b/thirdparty/opus/silk/API.h
index 4d90ff9aa3..0131acbb08 100644
--- a/thirdparty/opus/silk/API.h
+++ b/thirdparty/opus/silk/API.h
@@ -80,8 +80,7 @@ opus_int silk_Encode( /* O Returns error co
opus_int nSamplesIn, /* I Number of samples in input vector */
ec_enc *psRangeEnc, /* I/O Compressor data structure */
opus_int32 *nBytesOut, /* I/O Number of bytes in payload (input: Max bytes) */
- const opus_int prefillFlag, /* I Flag to indicate prefilling buffers no coding */
- int activity /* I Decision of Opus voice activity detector */
+ const opus_int prefillFlag /* I Flag to indicate prefilling buffers no coding */
);
/****************************************/