Loading scripts/binauralRenderer_interface/Table_Format_Converter/generate_tables_from_rom_to_bin.c +30 −29 Original line number Diff line number Diff line Loading @@ -2627,6 +2627,7 @@ int16_t check_bin_file( FILE *hrtf_bin_file ) while ( fread( &hrtf_header, sizeof( ivas_hrtfs_header_t ), 1, hrtf_bin_file ) == 1 ) { #endif /* only valid if binary file = rom file hrtf_data = (char *) malloc( hrtf_header.data_size ); if ( hrtf_data == NULL ) { Loading Loading @@ -2656,7 +2657,7 @@ int16_t check_bin_file( FILE *hrtf_bin_file ) free( file_header ); free( hrtf_data ); return -1; } }*/ } if ( file_header != NULL ) Loading Loading
scripts/binauralRenderer_interface/Table_Format_Converter/generate_tables_from_rom_to_bin.c +30 −29 Original line number Diff line number Diff line Loading @@ -2627,6 +2627,7 @@ int16_t check_bin_file( FILE *hrtf_bin_file ) while ( fread( &hrtf_header, sizeof( ivas_hrtfs_header_t ), 1, hrtf_bin_file ) == 1 ) { #endif /* only valid if binary file = rom file hrtf_data = (char *) malloc( hrtf_header.data_size ); if ( hrtf_data == NULL ) { Loading Loading @@ -2656,7 +2657,7 @@ int16_t check_bin_file( FILE *hrtf_bin_file ) free( file_header ); free( hrtf_data ); return -1; } }*/ } if ( file_header != NULL ) Loading