Loading apps/decoder.c +3 −7 Original line number Diff line number Diff line Loading @@ -4386,9 +4386,10 @@ static ivas_error load_hrtf_from_file( #ifdef FIX_FMSW_DEC_EXT /*---------------------------------------------------------------------* * restartDecoder() * updateOnFormatSwitching() * * Update decoder in case of IVAS format switching and EXTERNAL output * In case of IVAS format switching and EXTERNAL output, * update decoder wrt. output writing *---------------------------------------------------------------------*/ static ivas_error updateOnFormatSwitching( Loading @@ -4404,11 +4405,6 @@ static ivas_error updateOnFormatSwitching( { ivas_error error; if ( hIvasDec == NULL ) { return IVAS_ERR_UNEXPECTED_NULL_POINTER; } /* in case of EXT output, the number of output audio channels can change */ if ( ( error = IVAS_DEC_GetNumOutputChannels( hIvasDec, pNumOutChannels ) ) != IVAS_ERR_OK ) { Loading Loading
apps/decoder.c +3 −7 Original line number Diff line number Diff line Loading @@ -4386,9 +4386,10 @@ static ivas_error load_hrtf_from_file( #ifdef FIX_FMSW_DEC_EXT /*---------------------------------------------------------------------* * restartDecoder() * updateOnFormatSwitching() * * Update decoder in case of IVAS format switching and EXTERNAL output * In case of IVAS format switching and EXTERNAL output, * update decoder wrt. output writing *---------------------------------------------------------------------*/ static ivas_error updateOnFormatSwitching( Loading @@ -4404,11 +4405,6 @@ static ivas_error updateOnFormatSwitching( { ivas_error error; if ( hIvasDec == NULL ) { return IVAS_ERR_UNEXPECTED_NULL_POINTER; } /* in case of EXT output, the number of output audio channels can change */ if ( ( error = IVAS_DEC_GetNumOutputChannels( hIvasDec, pNumOutChannels ) ) != IVAS_ERR_OK ) { Loading