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

fix compiler warning in ivas_spar_decoder.c

parent e13a3eb5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1898,12 +1898,12 @@ void ivas_spar_dec_upmixer_sf(
            }
            else
            {
                if ( hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_FOA ||
                if ( ( hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_FOA ||
                     !( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL || st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_IR || st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB
#ifdef SPLIT_REND_WITH_HEAD_ROT
                        || st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED || st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM
#endif
                        )
                        ) )
#ifdef OSBA_ROOM_IR
                         && !( st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_SBA_MODE_DISC && st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM )
#endif