forked from len0rd/rockbox
Sync opus codec to upstream git
Change-Id: I0cfcc0005c4ad7bfbb1aaf454188ce70fb043dc1
This commit is contained in:
parent
75d9393796
commit
14c6bb798d
286 changed files with 48931 additions and 1278 deletions
|
@ -44,6 +44,7 @@ opus_int silk_init_decoder(
|
|||
/* Used to deactivate LSF interpolation */
|
||||
psDec->first_frame_after_reset = 1;
|
||||
psDec->prev_gain_Q16 = 65536;
|
||||
psDec->arch = opus_select_arch();
|
||||
|
||||
/* Reset CNG state */
|
||||
silk_CNG_Reset( psDec );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue