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

simplify macros in ivas_osba_dec.c

parent 661a3bc3
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ void ivas_osba_stereo_add_channels(
{
    int16_t n;

#ifndef NONBE_1894_OSBA_SCALING
#if 0
    if ( ism_mode == ISM_SBA_MODE_DISC )
    {
#endif
@@ -349,7 +349,7 @@ void ivas_osba_stereo_add_channels(
                v_add( output_f[n], tc_f[n + nchan_ism], output_f[n], n_samples_to_render );
            }
        }
#ifndef NONBE_1894_OSBA_SCALING
#if 0
    }
    else
    {