mirror of
https://github.com/xiph/opus.git
synced 2025-05-25 20:59:13 +00:00
Fixes a minor glitch on SILK bandwidth changes
We weren't doing the prefilling for SILK->SILK transitions.
This commit is contained in:
parent
42f39c547b
commit
f982b84d1e
1 changed files with 1 additions and 0 deletions
|
@ -1112,6 +1112,7 @@ opus_int32 opus_encode_native(OpusEncoder *st, const opus_val16 *pcm, int frame_
|
|||
redundancy = 1;
|
||||
celt_to_silk = 1;
|
||||
st->silk_bw_switch = 0;
|
||||
prefill=1;
|
||||
}
|
||||
|
||||
if (redundancy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue