Loading lib_rend/ivas_reverb.c +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ ivas_error ivas_reverb_HRTF_statistics_open( const int32_t output_Fs /* i : output sampling rate */ ) { if ( *hHrtfStatistics != NULL && ( *hHrtfStatistics )->fromROM == FALSE ) if ( *hHrtfStatistics != NULL && ( *hHrtfStatistics )->fromROM == TRUE ) { return IVAS_ERROR( IVAS_ERR_INTERNAL, "HRTF statistics allocated but not initialized from binary file!\n" ); } Loading Loading
lib_rend/ivas_reverb.c +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ ivas_error ivas_reverb_HRTF_statistics_open( const int32_t output_Fs /* i : output sampling rate */ ) { if ( *hHrtfStatistics != NULL && ( *hHrtfStatistics )->fromROM == FALSE ) if ( *hHrtfStatistics != NULL && ( *hHrtfStatistics )->fromROM == TRUE ) { return IVAS_ERROR( IVAS_ERR_INTERNAL, "HRTF statistics allocated but not initialized from binary file!\n" ); } Loading