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

fix OSBA EXT output config in ivas_renderer_select

parent 867cb6c6
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -327,6 +327,9 @@ void ivas_renderer_select(
                *internal_config = IVAS_AUDIO_CONFIG_FOA;
            }
            else
#ifdef NONBE_FIX_1128_OSBA_EXT_OUTPUT_ORDER
			if ( output_config != IVAS_AUDIO_CONFIG_EXTERNAL ) 
#endif
			{
                *internal_config = IVAS_AUDIO_CONFIG_HOA3;
            }