Commit 7aa1dacb authored by sbsarac's avatar sbsarac
Browse files

Merge branch '744_step3_code_changes' into...

Merge branch '744_step3_code_changes' into 922-use-precomputed-HRTF-average-LR-energies-and-IAC-in-all-renderers
parents b4aadafd 46ccd7a2
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1256,6 +1256,7 @@ static ivas_error create_HRTF_from_rawdata(
#endif

#ifdef FIX_OLD_BINARY_FORMAT
#ifdef FIX_INV_DIFFUSE_WEIGHT
    for ( i = 0; i < ( *hHRTF )->max_num_ir; i++ )
    {
        if ( ( *hHRTF )->inv_diffuse_weight[1][i] != ( *hHRTF )->inv_diffuse_weight[0][i] )
@@ -1263,6 +1264,7 @@ static ivas_error create_HRTF_from_rawdata(
            return IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "HRTF binary file format not compliant (BINAURAL_CHANNELS)" );
        }
    }
#endif
#endif

    /* max_total_num_fsamp_per_iteration */