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/float/structs_FLP.h | |
| parent | a3d81cab8a97eeece54ebadb82c40532188b4d57 (diff) | |
| download | godot-7c59d819a7ebb936d51ca032e66a2489e4080d08.tar.gz godot-7c59d819a7ebb936d51ca032e66a2489e4080d08.tar.zst godot-7c59d819a7ebb936d51ca032e66a2489e4080d08.zip | |
Update Opus driver to 1.1.2
And opusfile to 0.7.
Diffstat (limited to 'drivers/opus/silk/float/structs_FLP.h')
| -rw-r--r-- | drivers/opus/silk/float/structs_FLP.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/opus/silk/float/structs_FLP.h b/drivers/opus/silk/float/structs_FLP.h index 798aec2f4..9eb5eb05e 100644 --- a/drivers/opus/silk/float/structs_FLP.h +++ b/drivers/opus/silk/float/structs_FLP.h @@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE. #define SILK_STRUCTS_FLP_H #include "opus/silk/typedef.h" -#include "opus/silk/silk_main.h" +#include "opus/silk/main.h" #include "opus/silk/structs.h" #ifdef __cplusplus @@ -115,6 +115,7 @@ typedef struct { typedef struct { silk_encoder_state_FLP state_Fxx[ ENCODER_NUM_CHANNELS ]; stereo_enc_state sStereo; + opus_int32 nBitsUsedLBRR; opus_int32 nBitsExceeded; opus_int nChannelsAPI; opus_int nChannelsInternal; |
