Unverified Commit e65cc2d3 authored by Wolle's avatar Wolle Committed by GitHub

more opus streams are working now

parent 6c5a7dfc
......@@ -1815,7 +1815,7 @@ void quant_all_bands(int16_t *X_, int16_t *Y_, uint8_t *collapse_masks, int32_t
/* No need to allocate norm for the last band because we don't need an
output in that band. */
assert(C * (M * eBands[m_CELTMode.nbEBands - 1] - norm_offset) >= 1248);
// assert(C * (M * eBands[m_CELTMode.nbEBands - 1] - norm_offset) >= 1248);
norm = s_normBuff;
norm2 = norm + M * eBands[m_CELTMode.nbEBands - 1] - norm_offset;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment