Commit 2fca2583 authored by emerit's avatar emerit
Browse files

back to old default binary file

parent 9f8933e8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -756,9 +756,7 @@ int main(
        if ( ( error = load_HRTF_binary( hHrtfTD, hrtfReader ) ) != IVAS_ERR_OK )
        {
            fprintf( stderr, "\nError in loading HRTF binary file %s \n\n", arg.hrtfFileName );
#ifndef FIX_OLD_BINARY_FORMAT
            goto cleanup;
#endif
        }

        IVAS_DEC_HRTF_CREND_HANDLE hSetOfHRTF = NULL;
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@
#define NONBE_FIX_836_PARAMUPMIX_HEADROT                      /* Dlb: issue #836: Resolve "ParamUpmix MC to SBA conversion done on the already binaurlized output" */
#define NONBE_FIX_874_OMASA_BRSW_2TD                          /* Nokia: issue 874: Fixes the crashes with the long test vectors that prompted switching to TD*/

//#define NONBE_FIX_BINARY_BINAURAL_READING                      /* Add support reading binaural binary file */
// #define NON_BE_FIX_BINARY_BINAURAL_READING                         /* Add support reading binaural binary files incomplete or not to decoder and renderer */

/* ##################### End NON-BE switches ########################### */

Loading