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
@ -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…
Reference in New Issue
Block a user