Commit d1e5418b authored by vaclav's avatar vaclav
Browse files

sanity-check

parent aa820d02
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1145,11 +1145,9 @@ ivas_error ivas_binRenderer_open(
    }

#ifdef FIX_HRTF_LOAD
    if ( ( st_ivas->hHrtfFastConv == NULL ) && st_ivas->hDecoderConfig->Opt_HRTF_binary &&
         ( st_ivas->ivas_format != SBA_ISM_FORMAT ) // ToDo: temporary hack to avoid ASAN errors -> see issue #1202
    )
    if ( st_ivas->hHrtfFastConv == NULL && st_ivas->hDecoderConfig->Opt_HRTF_binary )
    {
        return IVAS_ERROR( IVAS_ERR_INTERNAL, "HRTF binary file present but not used in TD renderer" );
        return IVAS_ERROR( IVAS_ERR_INTERNAL, "HRTF binary file present but not used in FastConv renderer" );
    }
#endif