[Non-BE] Resolve "Crash in planar FOA decoding with JBM caused by uninitialized value"
- Related issues: #770 (closed)
- Requested reviewers:
Reason why this change is needed
Decoder crashes for planar FOA when JBM is used. The correct code was already existing, the corresponding define was lost at some point in the history.
Description of the change
Reintroduce the lost define to ensure the correct code is active
Affected operating points
- Planar SBA JBM decoding
- Produced bitstream is BE compared to previous state (no encoder changes).
Edited by bayers