Commit fe5da4bb authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Fix for wrong type in load_reverb_binary()

parent 9983a470
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -726,8 +726,8 @@ static ivas_error load_reverb_from_binary(

ivas_error load_reverb_binary(
#ifdef NONBE_FIX_922_PRECOMPUTED_HRTF_PROPERTIES
    IVAS_DEC_HRTF_STATISTICS_HANDLE hHrtfStatistics, /* i/o: HRTF staistics handle               */
    int_fast32_t sampleRate,
    IVAS_DEC_HRTF_STATISTICS_HANDLE hHrtfStatistics, /* i/o: HRTF statistics handle              */
    int32_t sampleRate,                              /* i  : sample rate                         */
#else
    IVAS_DEC_HRTF_HANDLE hHrtf, /* i/o: HRTF handle                         */
#endif