[Non-BE] Resolve "MC RS ParamMC hoa encoder wrongly set to zero"
- Related issues: #840 (closed)
- Requested reviewers: @fotopoulou
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)