Draft: Resolve "Unnecessary allocation of memories for channels in the unified decoding without TSM"
- Related issues: #858 (closed)
- Requested reviewers:
Reason why this change is needed
For non-TSM there is still memory allocated for the transport channels in the TC buffer, although the output channel buffers allocated on the heap for the rendering can be used for both purposes.
Description of the change
Unify memory handling for TC buffers and output buffers.
Affected operating points
- BE
- Produced bitstream is BE compared to previous state (no encoder changes).
Related to #858 (closed)