Checks for MC and number of channels transport channels in JBM are wrong
Basic info
- Commit SHA: main
- Platform:
Bug description
JBM is always trying to feed as few as possbile channels trough JBM. For this in MC decoding it is checked for output to SBA or LS if the number of output channels is less than the number of transported channels (mainly in MCT), and does the conversion already in the TC decoding stage already. The if clauses used in this were not correct in some cases (wrong way around or missing a =
) or missing at all in some places leading to corrupt output.
A fix is provided in !770 (closed)