Commit 46ccd7a2 authored by emerit's avatar emerit
Browse files

fix compilation error

parent 9952169f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1210,6 +1210,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] )
@@ -1217,6 +1218,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 */