Fix reading of uninitialized memory in format switching

Reason why this change is needed

  • When decoding a concatenated bitstream (ISM + FOA), we are reading uninitialized memory when the format switches.

Description of the change

  • Properly set bitstreamReadDone parameter.

Affected operating points

  • All is BE.

Related to #1525 (closed)

Edited by vaclav

Merge request reports

Loading