Commit d685508b authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

wrap new else if clause into ifdef NONBE_FIX_987_PARAMC_BINAURAL_REVERB_RENDERING

parent 2ac53f31
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -243,10 +243,12 @@ void ivas_renderer_select(
                        {
                            *renderer_type = RENDERER_BINAURAL_MIXER_CONV;
                        }
#ifdef NONBE_FIX_987_PARAMC_BINAURAL_REVERB_RENDERING
						else if (output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB)
						{
							*renderer_type = RENDERER_BINAURAL_FASTCONV_ROOM;
						}
#endif
                        else
                        {
                            *renderer_type = RENDERER_BINAURAL_FASTCONV;