Commit c4d22509 authored by multrus's avatar multrus
Browse files

Merge branch '1155-code-doesn-t-compile-with-debug_mode_dft-active' into 'main'

Resolve "Code doesn't compile with DEBUG_MODE_DFT active"

See merge request !1722
parents 0d83bff8 0facc739
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3297,7 +3297,7 @@ static float stereo_dft_calc_mean_ipd_change(
    ipd_mean_change /= gipd_band_max;

#ifdef DEBUG_MODE_DFT
    dbgwrite( ipd_change, sizeof( float ), hStereoDft->gipd_band_max, 1, "res/stereo_dft_ipd_change.pcm" );
    dbgwrite( ipd_change, sizeof( float ), gipd_band_max, 1, "res/stereo_dft_ipd_change.pcm" );
    dbgwrite( &ipd_mean_change, sizeof( float ), 1, 1, "res/stereo_dft_ipd_mean_change.pcm" );
#endif