Index: silk/API.h |
diff --git a/silk/API.h b/silk/API.h |
index f0601bcf6b158710ab40b64f25ccf8e4a5a98bb2..0131acbb08fb07a8dd0d15502758ded5a1bc7fa6 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 |