Commit 86fefc20 authored by emerit's avatar emerit
Browse files

remove FIX_OLD_BINARY_HRTF

parent 4b3d321a
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -297,13 +297,6 @@ int main(
            goto cleanup;
        }

#ifdef FIX_OLD_BINARY_HRTF
        if ( strstr( arg.hrtfFileName, ".binold" ) != NULL )
        {
            arg.hrtfFileName[strlen( arg.hrtfFileName ) - 3] = '\0';
        }
#endif

        if ( ( error = hrtfFileReader_open( arg.hrtfFileName, &hrtfReader ) ) != IVAS_ERR_OK )
        {
            arg.hrtfReaderEnabled = false;
+0 −1
Original line number Diff line number Diff line
@@ -157,7 +157,6 @@
#define FIX_INV_DIFFUSE_WEIGHT                          /* Orange : Fix error in energy compensation in late binaural reverb*/
#define FIX_638_ENERGIE_IAC_ROM_TABLES                  /* Missing left/right and coherence late reverb tables in binary format*/
#define FIX_CRASH_LONG_BRIR                             /* Fix crash when long BRIR is set */
#define FIX_OLD_BINARY_HRTF                             /* avoid reading old binary hrtf file in tests*/
#define FIX_863_REMOVE_REDUNDANCIES_OMASA               /* Nokia/VA: Issue 863: Remove redundancies in stereo_classifier for OMASA */

/* #################### End BE switches ################################## */