Ensures that the end band is always set for redundant frames
This commit is contained in:
parent
0d031d61a3
commit
cc14cdf875
2 changed files with 2 additions and 1 deletions
|
@ -438,6 +438,7 @@ int opus_encode(OpusEncoder *st, const short *pcm, int frame_size,
|
|||
case OPUS_BANDWIDTH_NARROWBAND:
|
||||
endband = 13;
|
||||
break;
|
||||
case OPUS_BANDWIDTH_MEDIUMBAND:
|
||||
case OPUS_BANDWIDTH_WIDEBAND:
|
||||
endband = 17;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue