Commit af2532df authored by Jan Kiene's avatar Jan Kiene
Browse files

Revert "[revert-me] disable HP filter for stereo output to provoke non-BE"

This reverts commit 176122e2.
parent 176122e2
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -171,10 +171,10 @@ ivas_error ivas_jbm_dec_tc_fx(
        }

        /* HP filtering */
        // FOR( n = 0; n < s_min( nchan_out, st_ivas->nchan_transport ); n++ )
        // {
        //     hp20_fx_32( p_output_fx[n], output_frame, st_ivas->mem_hp20_out_fx[n], output_Fs );
        // }
        FOR( n = 0; n < s_min( nchan_out, st_ivas->nchan_transport ); n++ )
        {
            hp20_fx_32( p_output_fx[n], output_frame, st_ivas->mem_hp20_out_fx[n], output_Fs );
        }

        test();
        IF( EQ_32( st_ivas->renderer_type, RENDERER_MC ) && EQ_16( st_ivas->hDecoderConfig->nchan_out, 1 ) )