External target interpolation different between 5ms and 20ms
### Basic info
- Commit SHA: 09d781af13e4c1b548cb10a1a9700a0f82ac6223
- Platform: all
### Bug description
Due to a unnecessary different initialisation of `maximumFramesToTargetOrientation` for 5ms and non-5ms rendering the output may not be BE for 5ms and 20ms when interpolation to a external target orientation is active
### Ways to reproduce
Disable the limiter by adding
```
#define DISABLE_LIMITER
```
to `lib_com/options.h`
run
```
.\IVAS_cod -ism 4 scripts/testv/stvISM1.csv scripts/testv/stvISM2.csv scripts/testv/stvISM3.csv scripts/testv/stvISM4.csv 256000 48 scripts/testv/stv4ISM48s.wav bit
.\IVAS_dec -fr 5 -t scripts/testv/headrot_case03_3000_q.csv -exof scripts/testv/headrot_case00_3000_q_combinedRotationTest.csv BINAURAL 48 .\bit fr5.wav
.\IVAS_dec -fr 20 -t scripts/testv/headrot_case03_3000_q.csv -exof scripts/testv/headrot_case00_3000_q_combinedRotationTest.csv BINAURAL 48 .\bit fr20.wav
```
and compare the two wave files. Differences in the interpolation coefficients can be observed e.g. from frame 94 onwards.
<!--- Below are labels that will be added but are not shown in description. This is a template to help fill them.
Add further information to the first row and remove and add labels as necessary. -->
issue