Commit a6584a7e authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Fixes HRTF binary read for FASTCONV by adding correct data skip when data is not read.

parent b259c619
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1145,6 +1145,10 @@ ivas_error load_fastconv_HRTF_from_binary(
                return IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "Could not create HRTF from binary file" );
            }
        }
        else
        {
            fseek( f_hrtf, hrtf_header.data_size, SEEK_CUR );
        }
    }
    count_free( hrtf_data );