aboutsummaryrefslogtreecommitdiff
path: root/silk/API.h
diff options
context:
space:
mode:
Diffstat (limited to 'silk/API.h')
-rw-r--r--silk/API.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/silk/API.h b/silk/API.h
index f0601bcf..0131acbb 100644
--- a/silk/API.h
+++ b/silk/API.h
@@ -111,7 +111,8 @@ opus_int silk_Decode( /* O Returns error co
opus_int newPacketFlag, /* I Indicates first decoder call for this packet */
ec_dec *psRangeDec, /* I/O Compressor data structure */
opus_int16 *samplesOut, /* O Decoded output speech vector */
- opus_int32 *nSamplesOut /* O Number of samples decoded */
+ opus_int32 *nSamplesOut, /* O Number of samples decoded */
+ int arch /* I Run-time architecture */
);
#if 0