Ensures that the end band is always set for redundant frames

This commit is contained in:
Jean-Marc Valin 2011-07-07 22:39:19 -04:00
parent 0d031d61a3
commit cc14cdf875
2 changed files with 2 additions and 1 deletions

View file

@ -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;