Skip to content

[Non-BE] Resolve "MC RS ParamMC hoa encoder wrongly set to zero"

bayers requested to merge 840-mc-rs-parammc-hoa-encoder-wrongly-set-to-zero into main

Reason why this change is needed

In the ParamMC reconfiguration function the hoa encoder needed for binaural rendering with head rotation is set to NULL at the very beginning (copy/paste from the open function), leading to a missing hoa encoder after a switch from one ParamMC bit rate to some other.

Description of the change

Remove setting the HOA encoder to NULL at the beginning of the ParamMC reconfiguration function

Affected operating points

  • MC RS decoding to binaural with head rotation and a switch between ParamMC bit rates
  • Produced bitstream is BE compared to previous state (no encoder changes)

Related to #840 (closed)

Merge request reports

Loading