mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 23:57:42 +00:00
Fixes two SILK PLC issues
- Calling the decoder for FEC when there's no LBRR should no longer crash - There should no longer be an issue with the PLC on frame size switching
This commit is contained in:
parent
acc7a6c78b
commit
0dbd0ca3e6
5 changed files with 25 additions and 18 deletions
|
@ -237,8 +237,10 @@ typedef struct {
|
|||
opus_int32 conc_energy;
|
||||
opus_int conc_energy_shift;
|
||||
opus_int16 prevLTP_scale_Q14;
|
||||
opus_int32 prevGain_Q16[ MAX_NB_SUBFR ];
|
||||
opus_int32 prevGain_Q16[ 2 ];
|
||||
opus_int fs_kHz;
|
||||
opus_int nb_subfr;
|
||||
opus_int subfr_length;
|
||||
} silk_PLC_struct;
|
||||
|
||||
/* Struct for CNG */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue