Crash in ISAR post-renderer when running LCLD codec with frame size shorter than the ISAR frame size
- Related issues: #1576
- Requested reviewers: @malenovskyvl
Reason why this change is needed
The ISAR post renderer crashes when running LCLD codec with frame size (read from ext. renderer config file) shorter than the ISAR frame size.
Description of the change
The number of iterations in the call to isar_splitBinLCLDEncOpen() is adapted based on the codec frame size w.r.t. the ISAR frame size.
Affected operating points
- ISAR operating points with LCLD modes
Edited by Vladimir Malenovsky