Commit 88da5208 authored by Remco Stoutjesdijk's avatar Remco Stoutjesdijk
Browse files

propagate current output config to internal config

parent d18b040f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -104,11 +104,19 @@ void ivas_renderer_select(
                    else
                    {
                        *renderer_type = RENDERER_BINAURAL_OBJECTS_TD;
#ifdef FIX_571_REVERB_NOT_ACTIVATED_ISM
                        *internal_config = output_config;
#else
                        *internal_config = AUDIO_CONFIG_BINAURAL;
#endif // FIX_571_REVERB_NOT_ACTIVATED_ISM
                    }
#else
                    *renderer_type = RENDERER_BINAURAL_OBJECTS_TD;
#ifdef FIX_571_REVERB_NOT_ACTIVATED_ISM
                        *internal_config = output_config;
#else
                    *internal_config = AUDIO_CONFIG_BINAURAL;
#endif // FIX_571_REVERB_NOT_ACTIVATED_ISM
#endif
                }
                else