Commit 8b7c1dfb authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix compile errors

parent c58e74b2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2283,7 +2283,7 @@ ivas_error ivas_jbm_dec_render_fx(
#ifdef NONBE_1352_HARMONIZE_OSBA_LOUDNESS
            FOR( n = 0; n < st_ivas->hDecoderConfig->nchan_out; n++ )
            {
                scale_sig_32( p_output_fx[n], *nSamplesRendered, 1 );
                scale_sig32( p_output_fx[n], *nSamplesRendered, 1 );
            }
#endif
        }
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ void ivas_osba_stereo_add_channels_fx(
#ifdef NONBE_FIX_1262_OSBA_STEREO
    FOR( n = 0; n < nchan_out; n++ )
    {
        iWord16 i;
        //Word16 i;
        // FOR( i = 0; i < n_samples_to_render; i++ )
        //{
        //     output_fx[n][i] = L_shr( output_fx[n][i], 1 );