Commit b997e231 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

clean up switches

parent c97dc155
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -165,11 +165,8 @@
#define FIX_417_TD_DECORR_BRATE_SW                      /* VA: Issue 417: fix incorrect use of TD decorrelator in bitrate switching */

#define HODIRAC                                         /* FhG: Sector-based HO-DirAC method for SBA at high bitrates */
#define HODIRAC_CRASH_FIX
#define SPAR_HOA2_PLANAR_HOA3_DECOR_OPT

#define HODIRAC_FIX_BR_SWITCHING_CRASH

/*#define HODIRAC_DEBUG*/

#ifdef HODIRAC_DEBUG
+1 −1
Original line number Diff line number Diff line
@@ -4940,7 +4940,7 @@ static void transform_azimuth_dir2(
                {
                    hQMetaData->q_direction[1].band_data[i].azimuth[b] += 360;
                }
#ifdef HODIRAC_CRASH_FIX
#ifdef HODIRAC
                if ( hQMetaData->q_direction[1].band_data[i].azimuth[b] >= 180 )
                {
                    hQMetaData->q_direction[1].band_data[i].azimuth[b] -= 360;