Commit 1b9816b0 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix typo in ivas_osba_dec.c that caused a loudness decrease at higher bitrates

parent 6008c67e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ ivas_error ivas_osba_render_sf(
            v_add( p_output[n], p_output_ism[n], p_output[n], *nSamplesRendered );
        }

#ifndef NONBE_13552_HARMONIZE_OSBA_LOUDNESS
#ifndef NONBE_1352_HARMONIZE_OSBA_LOUDNESS
        v_multc( p_output[n], 0.5f, p_output[n], *nSamplesRendered );
#endif
    }