diff options
| author | George Marques | 2016-05-01 12:48:46 -0300 |
|---|---|---|
| committer | George Marques | 2016-05-02 13:18:34 -0300 |
| commit | 7c59d819a7ebb936d51ca032e66a2489e4080d08 (patch) | |
| tree | df6747620113a36812194db3456729aac2fa1b08 /drivers/opus/silk/API.h | |
| parent | a3d81cab8a97eeece54ebadb82c40532188b4d57 (diff) | |
| download | godot-7c59d819a7ebb936d51ca032e66a2489e4080d08.tar.gz godot-7c59d819a7ebb936d51ca032e66a2489e4080d08.tar.zst godot-7c59d819a7ebb936d51ca032e66a2489e4080d08.zip | |
Diffstat (limited to 'drivers/opus/silk/API.h')
| -rw-r--r-- | drivers/opus/silk/API.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/opus/silk/API.h b/drivers/opus/silk/API.h index 70f81a0c4..ce868c0c9 100644 --- a/drivers/opus/silk/API.h +++ b/drivers/opus/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 |
