Commit fe74f367 authored by emerit's avatar emerit
Browse files

fix warnings

parent aaa58d9d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2266,7 +2266,9 @@ ivas_error ivas_jbm_dec_render_fx(

        IF( EQ_32( st_ivas->mc_mode, MC_MODE_MCT ) )
        {
#ifndef FIX_1785_NONBE_ASSERT_IN_IVAS_JBM_DEC_RENDER_FX
            Word16 crendInPlaceRotation = FALSE;
#endif
            move16();
            *nSamplesRendered = s_min( st_ivas->hTcBuffer->n_samples_available, nSamplesAskedLocal );
            move16();
@@ -2278,7 +2280,9 @@ ivas_error ivas_jbm_dec_render_fx(
            {
                IF( LT_16( add( st_ivas->hTransSetup.nchan_out_woLFE, st_ivas->hTransSetup.num_lfe ), add( st_ivas->hIntSetup.nchan_out_woLFE, st_ivas->hIntSetup.num_lfe ) ) )
                {
#ifndef FIX_1785_NONBE_ASSERT_IN_IVAS_JBM_DEC_RENDER_FX
                    crendInPlaceRotation = TRUE;
#endif
                    move16();

                    ivas_mc2sba_fx( st_ivas->hTransSetup, p_tc_fx, p_output_fx, *nSamplesRendered, st_ivas->hIntSetup.ambisonics_order, GAIN_LFE_FX );