Commit 89d057a0 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] missing modification to function call

parent 07cf4836
Loading
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -524,12 +524,7 @@ int main(
#ifdef SPLIT_REND_WITH_HEAD_ROT
    if ( arg.outputFormat == IVAS_DEC_OUTPUT_SPLIT_BINAURAL_CODED || arg.outputFormat == IVAS_DEC_OUTPUT_SPLIT_BINAURAL_PCM )
    {
        if ( ( error = IVAS_DEC_EnableSplitRendering( hIvasDec
#ifdef API_5MS_BASELINE
                                                      ,
                                                      renderConfigSplit
#endif
                                                      ) ) != IVAS_ERR_OK )
        if ( ( error = IVAS_DEC_EnableSplitRendering( hIvasDec ) ) != IVAS_ERR_OK )
        {
            fprintf( stderr, "\nConfigure failed: %s\n\n", IVAS_DEC_GetErrorMessage( error ) );
            goto cleanup;