Commit 481ef3d2 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Clang format

parent 22a43701
Loading
Loading
Loading
Loading
Loading
+839 −838
Original line number Diff line number Diff line
@@ -1423,7 +1423,8 @@ void protoSignalComputation2(
#endif
            }
#ifdef FIX_FLOAT_1578_OMASA_REND_SPIKES
            else if ( stereo_type_detect->type_change_direction == MASA_DUAL_MONO ) {
            else if ( stereo_type_detect->type_change_direction == MASA_DUAL_MONO )
            {
                interpolatorDualMono = ( (float) ( stereo_type_detect->interpolator ) ) / ( (float) MASA_STEREO_INTERPOLATION_SLOTS );
                interpolatorDmx = 1.0f - interpolatorDualMono;
                interpolatorSpaced = interpolatorDmx;