Commit 92e50247 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

port float MR 1391 - remove deactivated code

parent c2bd34bb
Loading
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -245,16 +245,6 @@ void ivas_renderer_select(
                            *renderer_type = RENDERER_BINAURAL_FASTCONV;
                        }

#if 0 // def DEBUGGING  /*temp disabling this as paramMC crashes with CREND*/
                        if ( st_ivas->hRenderConfig->renderer_type_override == IVAS_RENDER_TYPE_OVERRIDE_CREND )
                        {
                            *renderer_type = RENDERER_BINAURAL_MIXER_CONV;
                        }
                        else if ( st_ivas->hRenderConfig->renderer_type_override == IVAS_RENDER_TYPE_OVERRIDE_FASTCONV )
                        {
                            *renderer_type = RENDERER_BINAURAL_FASTCONV;
                        }
#endif
                        if ( st_ivas->hDecoderConfig->Opt_Headrotation || st_ivas->hDecoderConfig->Opt_ExternalOrientation )
                        {
                            /* force HOA3 domain for rotation*/