Commit 8dc1f0ac authored by vaclav's avatar vaclav
Browse files

comment

parent e60b504c
Loading
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -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(
@@ -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 )
    {