[split-non-BE] Fix ISAR framing issues in RTP
- Related issues: ivas-codec-pc/ivas-codec#1515
- Requested reviewers: @malenovskyvl
Reason why this change is needed
- RTP configs for ISAR are failing due to framing configuration issues, see ivas-codec-pc/ivas-codec#1515 for details
Description of the change
- LC3plus decoder uses the framing information from the LC3plus payload to reconfigure itself in case of framing config mismatch
- Framework code was fixed to correctly differentiate between ISAR frame size, transport codec frame size and the ISAR_post_rend output frame size.
See corresponding float MR for details: ivas-codec-pc/ivas-codec!2608
Affected operating points
- ISAR framing information in RTP ToC
Edited by sagnowski